Html Css Color HEX #E2367D Deep Cerise

📋 copy color: '#E2367D'

red 226 ◦ green 54 ◦ blue 125

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

Shades of Deep Cerise #E2367D

Tints of Deep Cerise #E2367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.33%

 BLUE value IS 125 (49.22% from 255) = 30.86%

R = 55.8%
G = 13.33%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2367D (or 0xE2367D) is known color: Deep Cerise. HEX triplet: E2, 36 and 7D. RGB value is (226,54,125). Sum of RGB (Red+Green+Blue) = 226+54+125=405 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.80% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 226 - color contains mainly: red. Hex color #E2367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2367D is #1DC982. Grayscale: #717171. Windows color (decimal): -1952131 or 8206050. OLE color: 8206050.

HSL color Cylindrical-coordinate representation of color #E2367D: hue angle of 335.23º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2367D is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 54 125 -
CMYK 0 0.76 0.45 0.11
HSL 335.23º 0.75% 0.55% -
HSV(B) 335.23º 0.76% 0.89% -
XYZ 36.38 20.29 21.4 -
YUV 113.52 134.48 208.23 -
System Red Green Blue C M Y K H S L
Decimal 226 54 125 0 0.76 0.45 0.11 335.23 0.75 0.55
Hex E2 36 7D 0 4C 2D B 14F 4B 37
Octal 342 66 175 0 114 55 13 517 113 67
Binary 11100010 110110 1111101 0 1001100 101101 1011 101001111 1001011 110111

Color Harmonies of #E2367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2367D

Black with #E2367D

Text Example


Text Example

White with #E2367D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2367D; }

 p { color: rgb(226,54,125); }

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

background-color css

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

 a { background-color: rgb(226,54,125); }

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

border-color css

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

 span { border-color: rgb(226,54,125); }

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