#EF7EBC

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

Shades of Persian Pink #EF7EBC

Tints of Persian Pink #EF7EBC

Color information

#EF7EBC (or 0xEF7EBC) is unknown color: approx Persian Pink. HEX triplet: EF, 7E and BC. RGB value is (239,126,188). Sum of RGB (Red+Green+Blue) = 239+126+188=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7EBC is #108143. Grayscale: #A6A6A6. Windows color (decimal): -1081668 or 12353263. OLE color: 12353263.

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

Color convert

RGB239126188-
CMYK00.470.210.06
HSL327.08º77.93%71.57%-
HSV(B)327.08º47.28%93.73%-
XYZ52.1336.951.95-
YUV166.86139.94179.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 126 (49.61% from 255) = 22.78%
BLUE value IS 188 (73.83% from 255) = 34.00%
R=43.22%
G=22.78%
B=34.00%

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
Decimal23912618800.470.210.06327.0877.9371.57
HexEF7EBC02F1561474e48
Octal357176274057256507116110
Binary1110111111111101011110001011111010111010100011110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7EBC; }

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

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

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

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

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

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

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

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