Html Css Color HEX #E21F93 Deep Cerise

📋 copy color: '#E21F93'

red 226 ◦ green 31 ◦ blue 147

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

Shades of Deep Cerise #E21F93

Tints of Deep Cerise #E21F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 55.94%
G = 7.67%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E21F93 (or 0xE21F93) is known color: Deep Cerise. HEX triplet: E2, 1F and 93. RGB value is (226,31,147). Sum of RGB (Red+Green+Blue) = 226+31+147=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E21F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21F93 is #1DE06C. Grayscale: #666666. Windows color (decimal): -1957997 or 9641954. OLE color: 9641954.

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

Color convert

RGB 226 31 147 -
CMYK 0 0.86 0.35 0.11
HSL 324.31º 0.77% 0.5% -
HSV(B) 324.31º 0.86% 0.89% -
XYZ 37.12 19.26 29.36 -
YUV 102.53 153.1 216.07 -
System Red Green Blue C M Y K H S L
Decimal 226 31 147 0 0.86 0.35 0.11 324.31 0.77 0.5
Hex E2 1F 93 0 56 23 B 144 4D 32
Octal 342 37 223 0 126 43 13 504 115 62
Binary 11100010 11111 10010011 0 1010110 100011 1011 101000100 1001101 110010

Color Harmonies of #E21F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21F93

Black with #E21F93

Text Example


Text Example

White with #E21F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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