Html Css Color HEX #E2458E Deep Cerise

📋 copy color: '#E2458E'

red 226 ◦ green 69 ◦ blue 142

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

Shades of Deep Cerise #E2458E

Tints of Deep Cerise #E2458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.79%

 BLUE value IS 142 (55.86% from 255) = 32.49%

R = 51.72%
G = 15.79%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2458E (or 0xE2458E) is known color: Deep Cerise. HEX triplet: E2, 45 and 8E. RGB value is (226,69,142). Sum of RGB (Red+Green+Blue) = 226+69+142=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2458E is #1DBA71. Grayscale: #7C7C7C. Windows color (decimal): -1948274 or 9324002. OLE color: 9324002.

HSL color Cylindrical-coordinate representation of color #E2458E: hue angle of 332.1º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E2458E is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 69 142 -
CMYK 0 0.69 0.37 0.11
HSL 332.1º 0.73% 0.58% -
HSV(B) 332.1º 0.69% 0.89% -
XYZ 38.37 22.38 27.89 -
YUV 124.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 226 69 142 0 0.69 0.37 0.11 332.1 0.73 0.58
Hex E2 45 8E 0 45 25 B 14C 49 3A
Octal 342 105 216 0 105 45 13 514 111 72
Binary 11100010 1000101 10001110 0 1000101 100101 1011 101001100 1001001 111010

Color Harmonies of #E2458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2458E

Black with #E2458E

Text Example


Text Example

White with #E2458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2458E; }

 p { color: rgb(226,69,142); }

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

background-color css

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

 a { background-color: rgb(226,69,142); }

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

border-color css

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

 span { border-color: rgb(226,69,142); }

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