Html Css Color HEX #E21FA4 Persian Rose

📋 copy color: '#E21FA4'

red 226 ◦ green 31 ◦ blue 164

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

Shades of Persian Rose #E21FA4

Tints of Persian Rose #E21FA4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.36%

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

R = 53.68%
G = 7.36%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#E21FA4 (or 0xE21FA4) is known color: Persian Rose. HEX triplet: E2, 1F and A4. RGB value is (226,31,164). Sum of RGB (Red+Green+Blue) = 226+31+164=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21FA4 is #1DE05B. Grayscale: #686868. Windows color (decimal): -1957980 or 10756066. OLE color: 10756066.

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

Color convert

RGB 226 31 164 -
CMYK 0 0.86 0.27 0.11
HSL 319.08º 0.77% 0.5% -
HSV(B) 319.08º 0.86% 0.89% -
XYZ 38.55 19.83 36.92 -
YUV 104.47 161.6 214.69 -
System Red Green Blue C M Y K H S L
Decimal 226 31 164 0 0.86 0.27 0.11 319.08 0.77 0.5
Hex E2 1F A4 0 56 1B B 13F 4D 32
Octal 342 37 244 0 126 33 13 477 115 62
Binary 11100010 11111 10100100 0 1010110 11011 1011 100111111 1001101 110010

Color Harmonies of #E21FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21FA4

Black with #E21FA4

Text Example


Text Example

White with #E21FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21FA4; }

 p { color: rgb(226,31,164); }

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

background-color css

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

 a { background-color: rgb(226,31,164); }

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

border-color css

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

 span { border-color: rgb(226,31,164); }

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