Html Css Color HEX #E1238C Deep Cerise

📋 copy color: '#E1238C'

red 225 ◦ green 35 ◦ blue 140

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

Shades of Deep Cerise #E1238C

Tints of Deep Cerise #E1238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.75%

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

R = 56.25%
G = 8.75%
B = 35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1238C (or 0xE1238C) is known color: Deep Cerise. HEX triplet: E1, 23 and 8C. RGB value is (225,35,140). Sum of RGB (Red+Green+Blue) = 225+35+140=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1238C is #1EDC73. Grayscale: #676767. Windows color (decimal): -2022516 or 9184225. OLE color: 9184225.

HSL color Cylindrical-coordinate representation of color #E1238C: hue angle of 326.84º 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 #E1238C is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 35 140 -
CMYK 0 0.84 0.38 0.12
HSL 326.84º 0.76% 0.51% -
HSV(B) 326.84º 0.84% 0.88% -
XYZ 36.39 19.1 26.58 -
YUV 103.78 148.45 214.46 -
System Red Green Blue C M Y K H S L
Decimal 225 35 140 0 0.84 0.38 0.12 326.84 0.76 0.51
Hex E1 23 8C 0 54 26 C 147 4C 33
Octal 341 43 214 0 124 46 14 507 114 63
Binary 11100001 100011 10001100 0 1010100 100110 1100 101000111 1001100 110011

Color Harmonies of #E1238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1238C

Black with #E1238C

Text Example


Text Example

White with #E1238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1238C; }

 p { color: rgb(225,35,140); }

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

background-color css

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

 a { background-color: rgb(225,35,140); }

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

border-color css

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

 span { border-color: rgb(225,35,140); }

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