Html Css Color HEX #EB2AAA Persian Rose

📋 copy color: '#EB2AAA'

red 235 ◦ green 42 ◦ blue 170

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

Shades of Persian Rose #EB2AAA

Tints of Persian Rose #EB2AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.03%

R = 52.57%
G = 9.4%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EB2AAA (or 0xEB2AAA) is known color: Persian Rose. HEX triplet: EB, 2A and AA. RGB value is (235,42,170). Sum of RGB (Red+Green+Blue) = 235+42+170=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2AAA is #14D555. Grayscale: #717171. Windows color (decimal): -1365334 or 11152107. OLE color: 11152107.

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

Color convert

RGB 235 42 170 -
CMYK 0 0.82 0.28 0.08
HSL 320.21º 0.83% 0.54% -
HSV(B) 320.21º 0.82% 0.92% -
XYZ 42.34 22.22 40.09 -
YUV 114.3 159.44 214.09 -
System Red Green Blue C M Y K H S L
Decimal 235 42 170 0 0.82 0.28 0.08 320.21 0.83 0.54
Hex EB 2A AA 0 52 1C 8 140 53 36
Octal 353 52 252 0 122 34 10 500 123 66
Binary 11101011 101010 10101010 0 1010010 11100 1000 101000000 1010011 110110

Color Harmonies of #EB2AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2AAA

Black with #EB2AAA

Text Example


Text Example

White with #EB2AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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