Html Css Color HEX #E024A3 Persian Rose

📋 copy color: '#E024A3'

red 224 ◦ green 36 ◦ blue 163

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

Shades of Persian Rose #E024A3

Tints of Persian Rose #E024A3

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.51%

 BLUE value IS 163 (64.06% from 255) = 38.53%

R = 52.96%
G = 8.51%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E024A3 (or 0xE024A3) is known color: Persian Rose. HEX triplet: E0, 24 and A3. RGB value is (224,36,163). Sum of RGB (Red+Green+Blue) = 224+36+163=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E024A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E024A3 is #1FDB5C. Grayscale: #6A6A6A. Windows color (decimal): -2087773 or 10691808. OLE color: 10691808.

HSL color Cylindrical-coordinate representation of color #E024A3: hue angle of 319.47º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E024A3 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 163 -
CMYK 0 0.84 0.27 0.12
HSL 319.47º 0.75% 0.51% -
HSV(B) 319.47º 0.84% 0.88% -
XYZ 37.98 19.75 36.46 -
YUV 106.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 224 36 163 0 0.84 0.27 0.12 319.47 0.75 0.51
Hex E0 24 A3 0 54 1B C 13F 4B 33
Octal 340 44 243 0 124 33 14 477 113 63
Binary 11100000 100100 10100011 0 1010100 11011 1100 100111111 1001011 110011

Color Harmonies of #E024A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E024A3

Black with #E024A3

Text Example


Text Example

White with #E024A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E024A3; }

 p { color: rgb(224,36,163); }

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

background-color css

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

 a { background-color: rgb(224,36,163); }

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

border-color css

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

 span { border-color: rgb(224,36,163); }

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