Html Css Color HEX #E03AAF Persian Rose

📋 copy color: '#E03AAF'

red 224 ◦ green 58 ◦ blue 175

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

Shades of Persian Rose #E03AAF

Tints of Persian Rose #E03AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.29%

R = 49.02%
G = 12.69%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E03AAF (or 0xE03AAF) is known color: Persian Rose. HEX triplet: E0, 3A and AF. RGB value is (224,58,175). Sum of RGB (Red+Green+Blue) = 224+58+175=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E03AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03AAF is #1FC550. Grayscale: #787878. Windows color (decimal): -2082129 or 11483872. OLE color: 11483872.

HSL color Cylindrical-coordinate representation of color #E03AAF: hue angle of 317.71º 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 #E03AAF is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 58 175 -
CMYK 0 0.74 0.22 0.12
HSL 317.71º 0.73% 0.55% -
HSV(B) 317.71º 0.74% 0.88% -
XYZ 39.99 21.97 42.69 -
YUV 120.97 158.5 201.49 -
System Red Green Blue C M Y K H S L
Decimal 224 58 175 0 0.74 0.22 0.12 317.71 0.73 0.55
Hex E0 3A AF 0 4A 16 C 13E 49 37
Octal 340 72 257 0 112 26 14 476 111 67
Binary 11100000 111010 10101111 0 1001010 10110 1100 100111110 1001001 110111

Color Harmonies of #E03AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03AAF

Black with #E03AAF

Text Example


Text Example

White with #E03AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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