#EF7EBD

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

Shades of Persian Pink #EF7EBD

Tints of Persian Pink #EF7EBD

Color information

#EF7EBD (or 0xEF7EBD) is unknown color: approx Persian Pink. HEX triplet: EF, 7E and BD. RGB value is (239,126,189). Sum of RGB (Red+Green+Blue) = 239+126+189=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EBD is #108142. Grayscale: #A6A6A6. Windows color (decimal): -1081667 or 12418799. OLE color: 12418799.

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

Color convert

RGB239126189-
CMYK00.470.210.06
HSL326.55º77.93%71.57%-
HSV(B)326.55º47.28%93.73%-
XYZ52.2436.9552.52-
YUV166.97140.44179.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 126 (49.61% from 255) = 22.74%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=43.14%
G=22.74%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912618900.470.210.06326.5577.9371.57
HexEF7EBD02F1561474e48
Octal357176275057256507116110
Binary1110111111111101011110101011111010111010100011110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7EBD; }

 p { color: rgb(239,126,189); }

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

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

 a { background-color: rgb(239,126,189); }

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

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

 span { border-color: rgb(239,126,189); }

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