Html Css Color HEX #E21DA0 Persian Rose

📋 copy color: '#E21DA0'

red 226 ◦ green 29 ◦ blue 160

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

Shades of Persian Rose #E21DA0

Tints of Persian Rose #E21DA0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.99%

 BLUE value IS 160 (62.89% from 255) = 38.55%

R = 54.46%
G = 6.99%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E21DA0 (or 0xE21DA0) is known color: Persian Rose. HEX triplet: E2, 1D and A0. RGB value is (226,29,160). Sum of RGB (Red+Green+Blue) = 226+29+160=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 29 (11.72% from 255 or 6.99% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E21DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21DA0 is #1DE25F. Grayscale: #666666. Windows color (decimal): -1958496 or 10493410. OLE color: 10493410.

HSL color Cylindrical-coordinate representation of color #E21DA0: hue angle of 320.1º 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 #E21DA0 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 29 160 -
CMYK 0 0.87 0.29 0.11
HSL 320.1º 0.77% 0.5% -
HSV(B) 320.1º 0.87% 0.89% -
XYZ 38.15 19.59 35.03 -
YUV 102.84 160.27 215.85 -
System Red Green Blue C M Y K H S L
Decimal 226 29 160 0 0.87 0.29 0.11 320.1 0.77 0.5
Hex E2 1D A0 0 57 1D B 140 4D 32
Octal 342 35 240 0 127 35 13 500 115 62
Binary 11100010 11101 10100000 0 1010111 11101 1011 101000000 1001101 110010

Color Harmonies of #E21DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21DA0

Black with #E21DA0

Text Example


Text Example

White with #E21DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21DA0; }

 p { color: rgb(226,29,160); }

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

background-color css

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

 a { background-color: rgb(226,29,160); }

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

border-color css

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

 span { border-color: rgb(226,29,160); }

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