Html Css Color HEX #E6207E Deep Cerise

📋 copy color: '#E6207E'

red 230 ◦ green 32 ◦ blue 126

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

Shades of Deep Cerise #E6207E

Tints of Deep Cerise #E6207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 59.28%
G = 8.25%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6207E (or 0xE6207E) is known color: Deep Cerise. HEX triplet: E6, 20 and 7E. RGB value is (230,32,126). Sum of RGB (Red+Green+Blue) = 230+32+126=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6207E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6207E is #19DF81. Grayscale: #656565. Windows color (decimal): -1695618 or 8265958. OLE color: 8265958.

HSL color Cylindrical-coordinate representation of color #E6207E: hue angle of 331.52º 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 #E6207E is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 126 -
CMYK 0 0.86 0.45 0.10
HSL 331.52º 0.8% 0.51% -
HSV(B) 331.52º 0.86% 0.9% -
XYZ 36.92 19.36 21.53 -
YUV 101.92 141.6 219.36 -
System Red Green Blue C M Y K H S L
Decimal 230 32 126 0 0.86 0.45 0.10 331.52 0.8 0.51
Hex E6 20 7E 0 56 2D A 14C 50 33
Octal 346 40 176 0 126 55 12 514 120 63
Binary 11100110 100000 1111110 0 1010110 101101 1010 101001100 1010000 110011

Color Harmonies of #E6207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6207E

Black with #E6207E

Text Example


Text Example

White with #E6207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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