Html Css Color HEX #E2258C Deep Cerise

📋 copy color: '#E2258C'

red 226 ◦ green 37 ◦ blue 140

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

Shades of Deep Cerise #E2258C

Tints of Deep Cerise #E2258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.18%

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 56.08%
G = 9.18%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2258C (or 0xE2258C) is known color: Deep Cerise. HEX triplet: E2, 25 and 8C. RGB value is (226,37,140). Sum of RGB (Red+Green+Blue) = 226+37+140=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2258C is #1DDA73. Grayscale: #696969. Windows color (decimal): -1956468 or 9184738. OLE color: 9184738.

HSL color Cylindrical-coordinate representation of color #E2258C: hue angle of 327.3º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2258C is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 37 140 -
CMYK 0 0.84 0.38 0.11
HSL 327.3º 0.77% 0.52% -
HSV(B) 327.3º 0.84% 0.89% -
XYZ 36.76 19.39 26.62 -
YUV 105.25 147.62 214.12 -
System Red Green Blue C M Y K H S L
Decimal 226 37 140 0 0.84 0.38 0.11 327.3 0.77 0.52
Hex E2 25 8C 0 54 26 B 147 4D 34
Octal 342 45 214 0 124 46 13 507 115 64
Binary 11100010 100101 10001100 0 1010100 100110 1011 101000111 1001101 110100

Color Harmonies of #E2258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2258C

Black with #E2258C

Text Example


Text Example

White with #E2258C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2258C; }

 p { color: rgb(226,37,140); }

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

background-color css

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

 a { background-color: rgb(226,37,140); }

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

border-color css

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

 span { border-color: rgb(226,37,140); }

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