Html Css Color HEX #E6248C Deep Cerise

📋 copy color: '#E6248C'

red 230 ◦ green 36 ◦ blue 140

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

Shades of Deep Cerise #E6248C

Tints of Deep Cerise #E6248C

RGB

 RED value IS 230 (90.23% from 255) = 56.65%

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

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

R = 56.65%
G = 8.87%
B = 34.48%

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

#E6248C (or 0xE6248C) is known color: Deep Cerise. HEX triplet: E6, 24 and 8C. RGB value is (230,36,140). Sum of RGB (Red+Green+Blue) = 230+36+140=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6248C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6248C is #19DB73. Grayscale: #696969. Windows color (decimal): -1694580 or 9184486. OLE color: 9184486.

HSL color Cylindrical-coordinate representation of color #E6248C: hue angle of 327.84º degrees, saturation: 0.8, 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 #E6248C is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 36 140 -
CMYK 0 0.84 0.39 0.10
HSL 327.84º 0.8% 0.52% -
HSV(B) 327.84º 0.84% 0.9% -
XYZ 38 19.98 26.66 -
YUV 105.86 147.27 216.54 -
System Red Green Blue C M Y K H S L
Decimal 230 36 140 0 0.84 0.39 0.10 327.84 0.8 0.52
Hex E6 24 8C 0 54 27 A 148 50 34
Octal 346 44 214 0 124 47 12 510 120 64
Binary 11100110 100100 10001100 0 1010100 100111 1010 101001000 1010000 110100

Color Harmonies of #E6248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6248C

Black with #E6248C

Text Example


Text Example

White with #E6248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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