Html Css Color HEX #E030A4 Persian Rose

📋 copy color: '#E030A4'

red 224 ◦ green 48 ◦ blue 164

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

Shades of Persian Rose #E030A4

Tints of Persian Rose #E030A4

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.01%

 BLUE value IS 164 (64.45% from 255) = 37.61%

R = 51.38%
G = 11.01%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E030A4 (or 0xE030A4) is known color: Persian Rose. HEX triplet: E0, 30 and A4. RGB value is (224,48,164). Sum of RGB (Red+Green+Blue) = 224+48+164=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E030A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E030A4 is #1FCF5B. Grayscale: #717171. Windows color (decimal): -2084700 or 10760416. OLE color: 10760416.

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

Color convert

RGB 224 48 164 -
CMYK 0 0.79 0.27 0.12
HSL 320.45º 0.74% 0.53% -
HSV(B) 320.45º 0.79% 0.88% -
XYZ 38.5 20.64 37.08 -
YUV 113.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 224 48 164 0 0.79 0.27 0.12 320.45 0.74 0.53
Hex E0 30 A4 0 4F 1B C 140 4A 35
Octal 340 60 244 0 117 33 14 500 112 65
Binary 11100000 110000 10100100 0 1001111 11011 1100 101000000 1001010 110101

Color Harmonies of #E030A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030A4

Black with #E030A4

Text Example


Text Example

White with #E030A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030A4; }

 p { color: rgb(224,48,164); }

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

background-color css

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

 a { background-color: rgb(224,48,164); }

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

border-color css

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

 span { border-color: rgb(224,48,164); }

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