Html Css Color HEX #E2369B Deep Cerise

📋 copy color: '#E2369B'

red 226 ◦ green 54 ◦ blue 155

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

Shades of Deep Cerise #E2369B

Tints of Deep Cerise #E2369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.63%

R = 51.95%
G = 12.41%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E2369B (or 0xE2369B) is known color: Deep Cerise. HEX triplet: E2, 36 and 9B. RGB value is (226,54,155). Sum of RGB (Red+Green+Blue) = 226+54+155=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2369B is #1DC964. Grayscale: #747474. Windows color (decimal): -1952101 or 10172130. OLE color: 10172130.

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

Color convert

RGB 226 54 155 -
CMYK 0 0.76 0.31 0.11
HSL 324.77º 0.75% 0.55% -
HSV(B) 324.77º 0.76% 0.89% -
XYZ 38.6 21.17 33.06 -
YUV 116.94 149.48 205.79 -
System Red Green Blue C M Y K H S L
Decimal 226 54 155 0 0.76 0.31 0.11 324.77 0.75 0.55
Hex E2 36 9B 0 4C 1F B 145 4B 37
Octal 342 66 233 0 114 37 13 505 113 67
Binary 11100010 110110 10011011 0 1001100 11111 1011 101000101 1001011 110111

Color Harmonies of #E2369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2369B

Black with #E2369B

Text Example


Text Example

White with #E2369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2369B; }

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

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

background-color css

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

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

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

border-color css

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

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

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