Html Css Color HEX #E21E7B Deep Cerise

📋 copy color: '#E21E7B'

red 226 ◦ green 30 ◦ blue 123

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

Shades of Deep Cerise #E21E7B

Tints of Deep Cerise #E21E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.45%

R = 59.63%
G = 7.92%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E21E7B (or 0xE21E7B) is known color: Deep Cerise. HEX triplet: E2, 1E and 7B. RGB value is (226,30,123). Sum of RGB (Red+Green+Blue) = 226+30+123=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21E7B is #1DE184. Grayscale: #636363. Windows color (decimal): -1958277 or 8068834. OLE color: 8068834.

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

Color convert

RGB 226 30 123 -
CMYK 0 0.87 0.46 0.11
HSL 331.53º 0.77% 0.5% -
HSV(B) 331.53º 0.87% 0.89% -
XYZ 35.4 18.53 20.45 -
YUV 99.21 141.43 218.44 -
System Red Green Blue C M Y K H S L
Decimal 226 30 123 0 0.87 0.46 0.11 331.53 0.77 0.5
Hex E2 1E 7B 0 57 2E B 14C 4D 32
Octal 342 36 173 0 127 56 13 514 115 62
Binary 11100010 11110 1111011 0 1010111 101110 1011 101001100 1001101 110010

Color Harmonies of #E21E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E7B

Black with #E21E7B

Text Example


Text Example

White with #E21E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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