#EF7BB3

Color #EF7BB3 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #EF7BB3

Tints of Persian Pink #EF7BB3

Color information

#EF7BB3 (or 0xEF7BB3) is unknown color: approx Persian Pink. HEX triplet: EF, 7B and B3. RGB value is (239,123,179). Sum of RGB (Red+Green+Blue) = 239+123+179=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BB3 is #10844C. Grayscale: #A3A3A3. Windows color (decimal): -1082445 or 11762671. OLE color: 11762671.

HSL color Cylindrical-coordinate representation of color #EF7BB3: hue angle of 331.03º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7BB3 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB239123179-
CMYK00.490.250.06
HSL331.03º78.38%70.98%-
HSV(B)331.03º48.54%93.73%-
XYZ50.8235.7746.87-
YUV164.07136.43181.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 44.18%
GREEN value IS 123 (48.44% from 255) = 22.74%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=44.18%
G=22.74%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912317900.490.250.06331.0378.3870.98
HexEF7BB303119614b4e47
Octal357173263061316513116107
Binary1110111111110111011001101100011100111010100101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7BB3; }

 p { color: rgb(239,123,179); }

 H1.HeaderClassName
 {
   color: #EF7BB3;
 }
 .AnyTagClassName
 {
   color: #EF7BB3;
 }
</style>
background-color css

<style>
 a { background-color: #EF7BB3; }

 a { background-color: rgb(239,123,179); }

 div.DivClassName
 {
   background-color: #EF7BB3;
 }
 .BgClassName
 {
   background-color: #EF7BB3;
 }
</style>
border-color css

<style>
 span { border-color: #EF7BB3; }

 span { border-color: rgb(239,123,179); }

 td.TdClassName
 {
   border-color: #EF7BB3;
 }
 .TagClassName
 {
   border-color: #EF7BB3;
 }
</style>