Html Css Color HEX #E21EA3 Persian Rose

📋 copy color: '#E21EA3'

red 226 ◦ green 30 ◦ blue 163

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

Shades of Persian Rose #E21EA3

Tints of Persian Rose #E21EA3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.16%

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

R = 53.94%
G = 7.16%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E21EA3 (or 0xE21EA3) is known color: Persian Rose. HEX triplet: E2, 1E and A3. RGB value is (226,30,163). Sum of RGB (Red+Green+Blue) = 226+30+163=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21EA3 is #1DE15C. Grayscale: #676767. Windows color (decimal): -1958237 or 10690274. OLE color: 10690274.

HSL color Cylindrical-coordinate representation of color #E21EA3: hue angle of 319.29º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21EA3 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 30 163 -
CMYK 0 0.87 0.28 0.11
HSL 319.29º 0.77% 0.5% -
HSV(B) 319.29º 0.87% 0.89% -
XYZ 38.44 19.74 36.43 -
YUV 103.77 161.43 215.19 -
System Red Green Blue C M Y K H S L
Decimal 226 30 163 0 0.87 0.28 0.11 319.29 0.77 0.5
Hex E2 1E A3 0 57 1C B 13F 4D 32
Octal 342 36 243 0 127 34 13 477 115 62
Binary 11100010 11110 10100011 0 1010111 11100 1011 100111111 1001101 110010

Color Harmonies of #E21EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21EA3

Black with #E21EA3

Text Example


Text Example

White with #E21EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21EA3; }

 p { color: rgb(226,30,163); }

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

background-color css

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

 a { background-color: rgb(226,30,163); }

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

border-color css

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

 span { border-color: rgb(226,30,163); }

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