Html Css Color HEX #E5248C Deep Cerise

📋 copy color: '#E5248C'

red 229 ◦ green 36 ◦ blue 140

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

Shades of Deep Cerise #E5248C

Tints of Deep Cerise #E5248C

RGB

 RED value IS 229 (89.84% from 255) = 56.54%

 GREEN value IS 36 (14.45% from 255) = 8.89%

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

R = 56.54%
G = 8.89%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5248C (or 0xE5248C) is known color: Deep Cerise. HEX triplet: E5, 24 and 8C. RGB value is (229,36,140). Sum of RGB (Red+Green+Blue) = 229+36+140=405 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.54% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 229 - color contains mainly: red. Hex color #E5248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5248C is #1ADB73. Grayscale: #696969. Windows color (decimal): -1760116 or 9184485. OLE color: 9184485.

HSL color Cylindrical-coordinate representation of color #E5248C: hue angle of 327.67º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5248C is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 36 140 -
CMYK 0 0.84 0.39 0.10
HSL 327.67º 0.79% 0.52% -
HSV(B) 327.67º 0.84% 0.9% -
XYZ 37.68 19.81 26.65 -
YUV 105.56 147.44 216.04 -
System Red Green Blue C M Y K H S L
Decimal 229 36 140 0 0.84 0.39 0.10 327.67 0.79 0.52
Hex E5 24 8C 0 54 27 A 148 4F 34
Octal 345 44 214 0 124 47 12 510 117 64
Binary 11100101 100100 10001100 0 1010100 100111 1010 101001000 1001111 110100

Color Harmonies of #E5248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5248C

Black with #E5248C

Text Example


Text Example

White with #E5248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5248C; }

 p { color: rgb(229,36,140); }

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

background-color css

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

 a { background-color: rgb(229,36,140); }

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

border-color css

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

 span { border-color: rgb(229,36,140); }

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