Html Css Color HEX #E6207C Deep Cerise

📋 copy color: '#E6207C'

red 230 ◦ green 32 ◦ blue 124

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

Shades of Deep Cerise #E6207C

Tints of Deep Cerise #E6207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.29%

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

R = 59.59%
G = 8.29%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6207C (or 0xE6207C) is known color: Deep Cerise. HEX triplet: E6, 20 and 7C. RGB value is (230,32,124). Sum of RGB (Red+Green+Blue) = 230+32+124=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E6207C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6207C is #19DF83. Grayscale: #656565. Windows color (decimal): -1695620 or 8134886. OLE color: 8134886.

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

Color convert

RGB 230 32 124 -
CMYK 0 0.86 0.46 0.10
HSL 332.12º 0.8% 0.51% -
HSV(B) 332.12º 0.86% 0.9% -
XYZ 36.79 19.31 20.86 -
YUV 101.69 140.6 219.52 -
System Red Green Blue C M Y K H S L
Decimal 230 32 124 0 0.86 0.46 0.10 332.12 0.8 0.51
Hex E6 20 7C 0 56 2E A 14C 50 33
Octal 346 40 174 0 126 56 12 514 120 63
Binary 11100110 100000 1111100 0 1010110 101110 1010 101001100 1010000 110011

Color Harmonies of #E6207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6207C

Black with #E6207C

Text Example


Text Example

White with #E6207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6207C; }

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

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

background-color css

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

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

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

border-color css

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

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

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