#EF7DBB

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

Shades of Persian Pink #EF7DBB

Tints of Persian Pink #EF7DBB

Color information

#EF7DBB (or 0xEF7DBB) is unknown color: approx Persian Pink. HEX triplet: EF, 7D and BB. RGB value is (239,125,187). Sum of RGB (Red+Green+Blue) = 239+125+187=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7DBB is #108244. Grayscale: #A6A6A6. Windows color (decimal): -1081925 or 12287471. OLE color: 12287471.

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

Color convert

RGB239125187-
CMYK00.480.220.06
HSL327.37º78.08%71.37%-
HSV(B)327.37º47.7%93.73%-
XYZ51.936.6151.34-
YUV166.15139.77179.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.38%
GREEN value IS 125 (49.22% from 255) = 22.69%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=43.38%
G=22.69%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912518700.480.220.06327.3778.0871.37
HexEF7DBB0301661474e47
Octal357175273060266507116107
Binary1110111111111011011101101100001011011010100011110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7DBB; }

 p { color: rgb(239,125,187); }

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

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

 a { background-color: rgb(239,125,187); }

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

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

 span { border-color: rgb(239,125,187); }

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