Html Css Color HEX #E03AAA Persian Rose

📋 copy color: '#E03AAA'

red 224 ◦ green 58 ◦ blue 170

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

Shades of Persian Rose #E03AAA

Tints of Persian Rose #E03AAA

RGB

 RED value IS 224 (87.89% from 255) = 49.56%

 GREEN value IS 58 (23.05% from 255) = 12.83%

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

R = 49.56%
G = 12.83%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E03AAA (or 0xE03AAA) is known color: Persian Rose. HEX triplet: E0, 3A and AA. RGB value is (224,58,170). Sum of RGB (Red+Green+Blue) = 224+58+170=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E03AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03AAA is #1FC555. Grayscale: #787878. Windows color (decimal): -2082134 or 11156192. OLE color: 11156192.

HSL color Cylindrical-coordinate representation of color #E03AAA: hue angle of 319.52º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03AAA is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 58 170 -
CMYK 0 0.74 0.24 0.12
HSL 319.52º 0.73% 0.55% -
HSV(B) 319.52º 0.74% 0.88% -
XYZ 39.51 21.78 40.15 -
YUV 120.4 156 201.89 -
System Red Green Blue C M Y K H S L
Decimal 224 58 170 0 0.74 0.24 0.12 319.52 0.73 0.55
Hex E0 3A AA 0 4A 18 C 140 49 37
Octal 340 72 252 0 112 30 14 500 111 67
Binary 11100000 111010 10101010 0 1001010 11000 1100 101000000 1001001 110111

Color Harmonies of #E03AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03AAA

Black with #E03AAA

Text Example


Text Example

White with #E03AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03AAA; }

 p { color: rgb(224,58,170); }

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

background-color css

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

 a { background-color: rgb(224,58,170); }

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

border-color css

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

 span { border-color: rgb(224,58,170); }

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