Html Css Color HEX #EB2AAB Persian Rose

📋 copy color: '#EB2AAB'

red 235 ◦ green 42 ◦ blue 171

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

Shades of Persian Rose #EB2AAB

Tints of Persian Rose #EB2AAB

RGB

 RED value IS 235 (92.19% from 255) = 52.46%

 GREEN value IS 42 (16.8% from 255) = 9.38%

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

R = 52.46%
G = 9.38%
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

#EB2AAB (or 0xEB2AAB) is known color: Persian Rose. HEX triplet: EB, 2A and AB. RGB value is (235,42,171). Sum of RGB (Red+Green+Blue) = 235+42+171=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2AAB is #14D554. Grayscale: #727272. Windows color (decimal): -1365333 or 11217643. OLE color: 11217643.

HSL color Cylindrical-coordinate representation of color #EB2AAB: hue angle of 319.9º degrees, saturation: 0.83, 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 #EB2AAB is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 42 171 -
CMYK 0 0.82 0.27 0.08
HSL 319.9º 0.83% 0.54% -
HSV(B) 319.9º 0.82% 0.92% -
XYZ 42.44 22.26 40.59 -
YUV 114.41 159.94 214.01 -
System Red Green Blue C M Y K H S L
Decimal 235 42 171 0 0.82 0.27 0.08 319.9 0.83 0.54
Hex EB 2A AB 0 52 1B 8 140 53 36
Octal 353 52 253 0 122 33 10 500 123 66
Binary 11101011 101010 10101011 0 1010010 11011 1000 101000000 1010011 110110

Color Harmonies of #EB2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2AAB

Black with #EB2AAB

Text Example


Text Example

White with #EB2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2AAB; }

 p { color: rgb(235,42,171); }

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

background-color css

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

 a { background-color: rgb(235,42,171); }

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

border-color css

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

 span { border-color: rgb(235,42,171); }

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