Html Css Color HEX #E21A84 Deep Cerise

📋 copy color: '#E21A84'

red 226 ◦ green 26 ◦ blue 132

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

Shades of Deep Cerise #E21A84

Tints of Deep Cerise #E21A84

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.77%

 BLUE value IS 132 (51.95% from 255) = 34.38%

R = 58.85%
G = 6.77%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E21A84 (or 0xE21A84) is known color: Deep Cerise. HEX triplet: E2, 1A and 84. RGB value is (226,26,132). Sum of RGB (Red+Green+Blue) = 226+26+132=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21A84 is #1DE57B. Grayscale: #616161. Windows color (decimal): -1959292 or 8657634. OLE color: 8657634.

HSL color Cylindrical-coordinate representation of color #E21A84: hue angle of 328.2º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A84 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 26 132 -
CMYK 0 0.88 0.42 0.11
HSL 328.2º 0.79% 0.49% -
HSV(B) 328.2º 0.88% 0.89% -
XYZ 35.9 18.57 23.52 -
YUV 97.88 147.26 219.38 -
System Red Green Blue C M Y K H S L
Decimal 226 26 132 0 0.88 0.42 0.11 328.2 0.79 0.49
Hex E2 1A 84 0 58 2A B 148 4F 31
Octal 342 32 204 0 130 52 13 510 117 61
Binary 11100010 11010 10000100 0 1011000 101010 1011 101001000 1001111 110001

Color Harmonies of #E21A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21A84

Black with #E21A84

Text Example


Text Example

White with #E21A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21A84; }

 p { color: rgb(226,26,132); }

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

background-color css

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

 a { background-color: rgb(226,26,132); }

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

border-color css

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

 span { border-color: rgb(226,26,132); }

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