Html Css Color HEX #E9207D Deep Cerise

📋 copy color: '#E9207D'

red 233 ◦ green 32 ◦ blue 125

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

Shades of Deep Cerise #E9207D

Tints of Deep Cerise #E9207D

RGB

 RED value IS 233 (91.41% from 255) = 59.74%

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

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 59.74%
G = 8.21%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9207D (or 0xE9207D) is known color: Deep Cerise. HEX triplet: E9, 20 and 7D. RGB value is (233,32,125). Sum of RGB (Red+Green+Blue) = 233+32+125=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E9207D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9207D is #16DF82. Grayscale: #666666. Windows color (decimal): -1499011 or 8200425. OLE color: 8200425.

HSL color Cylindrical-coordinate representation of color #E9207D: hue angle of 332.24º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9207D is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 32 125 -
CMYK 0 0.86 0.46 0.09
HSL 332.24º 0.82% 0.52% -
HSV(B) 332.24º 0.86% 0.91% -
XYZ 37.82 19.84 21.24 -
YUV 102.7 140.59 220.94 -
System Red Green Blue C M Y K H S L
Decimal 233 32 125 0 0.86 0.46 0.09 332.24 0.82 0.52
Hex E9 20 7D 0 56 2E 9 14C 52 34
Octal 351 40 175 0 126 56 11 514 122 64
Binary 11101001 100000 1111101 0 1010110 101110 1001 101001100 1010010 110100

Color Harmonies of #E9207D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9207D

Black with #E9207D

Text Example


Text Example

White with #E9207D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9207D; }

 p { color: rgb(233,32,125); }

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

background-color css

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

 a { background-color: rgb(233,32,125); }

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

border-color css

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

 span { border-color: rgb(233,32,125); }

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