Html Css Color HEX #E6297C Deep Cerise

📋 copy color: '#E6297C'

red 230 ◦ green 41 ◦ blue 124

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

Shades of Deep Cerise #E6297C

Tints of Deep Cerise #E6297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.38%

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 58.23%
G = 10.38%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6297C (or 0xE6297C) is known color: Deep Cerise. HEX triplet: E6, 29 and 7C. RGB value is (230,41,124). Sum of RGB (Red+Green+Blue) = 230+41+124=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E6297C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6297C is #19D683. Grayscale: #6A6A6A. Windows color (decimal): -1693316 or 8137190. OLE color: 8137190.

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

Color convert

RGB 230 41 124 -
CMYK 0 0.82 0.46 0.10
HSL 333.65º 0.79% 0.53% -
HSV(B) 333.65º 0.82% 0.9% -
XYZ 37.06 19.86 20.95 -
YUV 106.97 137.62 215.75 -
System Red Green Blue C M Y K H S L
Decimal 230 41 124 0 0.82 0.46 0.10 333.65 0.79 0.53
Hex E6 29 7C 0 52 2E A 14E 4F 35
Octal 346 51 174 0 122 56 12 516 117 65
Binary 11100110 101001 1111100 0 1010010 101110 1010 101001110 1001111 110101

Color Harmonies of #E6297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6297C

Black with #E6297C

Text Example


Text Example

White with #E6297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6297C; }

 p { color: rgb(230,41,124); }

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

background-color css

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

 a { background-color: rgb(230,41,124); }

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

border-color css

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

 span { border-color: rgb(230,41,124); }

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