#EF7BB9

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

Shades of Persian Pink #EF7BB9

Tints of Persian Pink #EF7BB9

Color information

#EF7BB9 (or 0xEF7BB9) is unknown color: approx Persian Pink. HEX triplet: EF, 7B and B9. RGB value is (239,123,185). Sum of RGB (Red+Green+Blue) = 239+123+185=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7BB9 is #108446. Grayscale: #A4A4A4. Windows color (decimal): -1082439 or 12155887. OLE color: 12155887.

HSL color Cylindrical-coordinate representation of color #EF7BB9: hue angle of 327.93º 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 #EF7BB9 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB239123185-
CMYK00.490.230.06
HSL327.93º78.38%70.98%-
HSV(B)327.93º48.54%93.73%-
XYZ51.4436.0250.14-
YUV164.75139.43180.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 123 (48.44% from 255) = 22.49%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=43.69%
G=22.49%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912318500.490.230.06327.9378.3870.98
HexEF7BB90311761484e47
Octal357173271061276510116107
Binary1110111111110111011100101100011011111010100100010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7BB9; }

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

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

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

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

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

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

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

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