Html Css Color HEX #EA2BAB Persian Rose

📋 copy color: '#EA2BAB'

red 234 ◦ green 43 ◦ blue 171

#EA2BAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #EA2BAB

Tints of Persian Rose #EA2BAB

RGB

 RED value IS 234 (91.8% from 255) = 52.23%

 GREEN value IS 43 (17.19% from 255) = 9.6%

 BLUE value IS 171 (67.19% from 255) = 38.17%

R = 52.23%
G = 9.6%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA2BAB (or 0xEA2BAB) is known color: Persian Rose. HEX triplet: EA, 2B and AB. RGB value is (234,43,171). Sum of RGB (Red+Green+Blue) = 234+43+171=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2BAB is #15D454. Grayscale: #727272. Windows color (decimal): -1430613 or 11217898. OLE color: 11217898.

HSL color Cylindrical-coordinate representation of color #EA2BAB: hue angle of 319.79º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2BAB is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 43 171 -
CMYK 0 0.82 0.27 0.08
HSL 319.79º 0.82% 0.54% -
HSV(B) 319.79º 0.82% 0.92% -
XYZ 42.15 22.16 40.58 -
YUV 114.7 159.78 213.09 -
System Red Green Blue C M Y K H S L
Decimal 234 43 171 0 0.82 0.27 0.08 319.79 0.82 0.54
Hex EA 2B AB 0 52 1B 8 140 52 36
Octal 352 53 253 0 122 33 10 500 122 66
Binary 11101010 101011 10101011 0 1010010 11011 1000 101000000 1010010 110110

Color Harmonies of #EA2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2BAB

Black with #EA2BAB

Text Example


Text Example

White with #EA2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2BAB; }

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

 H1.HeaderClassName
 {
   color: #EA2BAB;
 }
 .AnyTagClassName
 {
   color: #EA2BAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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