Html Css Color HEX #E6208A Deep Cerise

📋 copy color: '#E6208A'

red 230 ◦ green 32 ◦ blue 138

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

Shades of Deep Cerise #E6208A

Tints of Deep Cerise #E6208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 57.5%
G = 8%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6208A (or 0xE6208A) is known color: Deep Cerise. HEX triplet: E6, 20 and 8A. RGB value is (230,32,138). Sum of RGB (Red+Green+Blue) = 230+32+138=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E6208A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6208A is #19DF75. Grayscale: #676767. Windows color (decimal): -1695606 or 9052390. OLE color: 9052390.

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

Color convert

RGB 230 32 138 -
CMYK 0 0.86 0.4 0.10
HSL 327.88º 0.8% 0.51% -
HSV(B) 327.88º 0.86% 0.9% -
XYZ 37.74 19.69 25.86 -
YUV 103.29 147.6 218.38 -
System Red Green Blue C M Y K H S L
Decimal 230 32 138 0 0.86 0.4 0.10 327.88 0.8 0.51
Hex E6 20 8A 0 56 28 A 148 50 33
Octal 346 40 212 0 126 50 12 510 120 63
Binary 11100110 100000 10001010 0 1010110 101000 1010 101001000 1010000 110011

Color Harmonies of #E6208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6208A

Black with #E6208A

Text Example


Text Example

White with #E6208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6208A; }

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

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

background-color css

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

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

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

border-color css

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

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

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