Html Css Color HEX #E1258E Deep Cerise

📋 copy color: '#E1258E'

red 225 ◦ green 37 ◦ blue 142

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

Shades of Deep Cerise #E1258E

Tints of Deep Cerise #E1258E

RGB

 RED value IS 225 (88.28% from 255) = 55.69%

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

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

R = 55.69%
G = 9.16%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1258E (or 0xE1258E) is known color: Deep Cerise. HEX triplet: E1, 25 and 8E. RGB value is (225,37,142). Sum of RGB (Red+Green+Blue) = 225+37+142=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E1258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1258E is #1EDA71. Grayscale: #686868. Windows color (decimal): -2022002 or 9315809. OLE color: 9315809.

HSL color Cylindrical-coordinate representation of color #E1258E: hue angle of 326.49º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1258E is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 37 142 -
CMYK 0 0.84 0.37 0.12
HSL 326.49º 0.76% 0.51% -
HSV(B) 326.49º 0.84% 0.88% -
XYZ 36.6 19.28 27.38 -
YUV 105.18 148.78 213.46 -
System Red Green Blue C M Y K H S L
Decimal 225 37 142 0 0.84 0.37 0.12 326.49 0.76 0.51
Hex E1 25 8E 0 54 25 C 146 4C 33
Octal 341 45 216 0 124 45 14 506 114 63
Binary 11100001 100101 10001110 0 1010100 100101 1100 101000110 1001100 110011

Color Harmonies of #E1258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1258E

Black with #E1258E

Text Example


Text Example

White with #E1258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1258E; }

 p { color: rgb(225,37,142); }

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

background-color css

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

 a { background-color: rgb(225,37,142); }

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

border-color css

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

 span { border-color: rgb(225,37,142); }

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