#EF2BAB

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

Shades of Persian Rose #EF2BAB

Tints of Persian Rose #EF2BAB

Color information

#EF2BAB (or 0xEF2BAB) is unknown color: approx Persian Rose. HEX triplet: EF, 2B and AB. RGB value is (239,43,171). Sum of RGB (Red+Green+Blue) = 239+43+171=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2BAB is #10D454. Grayscale: #737373. Windows color (decimal): -1102933 or 11217903. OLE color: 11217903.

HSL color Cylindrical-coordinate representation of color #EF2BAB: hue angle of 320.82º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2BAB is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB23943171-
CMYK00.820.280.06
HSL320.82º85.96%55.29%-
HSV(B)320.82º82.01%93.73%-
XYZ43.8123.0240.66-
YUV116.2158.93215.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.76%
GREEN value IS 43 (17.19% from 255) = 9.49%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=52.76%
G=9.49%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2394317100.820.280.06320.8285.9655.29
HexEF2BAB0521C61415637
Octal35753253012234650112667
Binary111011111010111010101101010010111001101010000011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2BAB; }

 p { color: rgb(239,43,171); }

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

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

 a { background-color: rgb(239,43,171); }

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

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

 span { border-color: rgb(239,43,171); }

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