Html Css Color HEX #E8248D Deep Cerise

📋 copy color: '#E8248D'

red 232 ◦ green 36 ◦ blue 141

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

Shades of Deep Cerise #E8248D

Tints of Deep Cerise #E8248D

RGB

 RED value IS 232 (91.02% from 255) = 56.72%

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

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 56.72%
G = 8.8%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E8248D (or 0xE8248D) is known color: Deep Cerise. HEX triplet: E8, 24 and 8D. RGB value is (232,36,141). Sum of RGB (Red+Green+Blue) = 232+36+141=409 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.72% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 232 - color contains mainly: red. Hex color #E8248D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8248D is #17DB72. Grayscale: #6A6A6A. Windows color (decimal): -1563507 or 9250024. OLE color: 9250024.

HSL color Cylindrical-coordinate representation of color #E8248D: hue angle of 327.86º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8248D is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 36 141 -
CMYK 0 0.84 0.39 0.09
HSL 327.86º 0.81% 0.53% -
HSV(B) 327.86º 0.84% 0.91% -
XYZ 38.72 20.34 27.08 -
YUV 106.57 147.43 217.46 -
System Red Green Blue C M Y K H S L
Decimal 232 36 141 0 0.84 0.39 0.09 327.86 0.81 0.53
Hex E8 24 8D 0 54 27 9 148 51 35
Octal 350 44 215 0 124 47 11 510 121 65
Binary 11101000 100100 10001101 0 1010100 100111 1001 101001000 1010001 110101

Color Harmonies of #E8248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8248D

Black with #E8248D

Text Example


Text Example

White with #E8248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8248D; }

 p { color: rgb(232,36,141); }

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

background-color css

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

 a { background-color: rgb(232,36,141); }

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

border-color css

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

 span { border-color: rgb(232,36,141); }

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