Html Css Color HEX #E232AA Persian Rose

📋 copy color: '#E232AA'

red 226 ◦ green 50 ◦ blue 170

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

Shades of Persian Rose #E232AA

Tints of Persian Rose #E232AA

RGB

 RED value IS 226 (88.67% from 255) = 50.67%

 GREEN value IS 50 (19.92% from 255) = 11.21%

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

R = 50.67%
G = 11.21%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E232AA (or 0xE232AA) is known color: Persian Rose. HEX triplet: E2, 32 and AA. RGB value is (226,50,170). Sum of RGB (Red+Green+Blue) = 226+50+170=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E232AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E232AA is #1DCD55. Grayscale: #747474. Windows color (decimal): -1953110 or 11154146. OLE color: 11154146.

HSL color Cylindrical-coordinate representation of color #E232AA: hue angle of 319.09º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E232AA is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 50 170 -
CMYK 0 0.78 0.25 0.11
HSL 319.09º 0.75% 0.54% -
HSV(B) 319.09º 0.78% 0.89% -
XYZ 39.76 21.35 40.06 -
YUV 116.3 158.31 206.24 -
System Red Green Blue C M Y K H S L
Decimal 226 50 170 0 0.78 0.25 0.11 319.09 0.75 0.54
Hex E2 32 AA 0 4E 19 B 13F 4B 36
Octal 342 62 252 0 116 31 13 477 113 66
Binary 11100010 110010 10101010 0 1001110 11001 1011 100111111 1001011 110110

Color Harmonies of #E232AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E232AA

Black with #E232AA

Text Example


Text Example

White with #E232AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E232AA; }

 p { color: rgb(226,50,170); }

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

background-color css

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

 a { background-color: rgb(226,50,170); }

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

border-color css

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

 span { border-color: rgb(226,50,170); }

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