Html Css Color HEX #E1207A Deep Cerise

📋 copy color: '#E1207A'

red 225 ◦ green 32 ◦ blue 122

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

Shades of Deep Cerise #E1207A

Tints of Deep Cerise #E1207A

RGB

 RED value IS 225 (88.28% from 255) = 59.37%

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

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 59.37%
G = 8.44%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1207A (or 0xE1207A) is known color: Deep Cerise. HEX triplet: E1, 20 and 7A. RGB value is (225,32,122). Sum of RGB (Red+Green+Blue) = 225+32+122=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E1207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1207A is #1EDF85. Grayscale: #636363. Windows color (decimal): -2023302 or 8003809. OLE color: 8003809.

HSL color Cylindrical-coordinate representation of color #E1207A: hue angle of 332.02º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1207A is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 32 122 -
CMYK 0 0.86 0.46 0.12
HSL 332.02º 0.76% 0.5% -
HSV(B) 332.02º 0.86% 0.88% -
XYZ 35.08 18.45 20.12 -
YUV 99.97 140.44 217.18 -
System Red Green Blue C M Y K H S L
Decimal 225 32 122 0 0.86 0.46 0.12 332.02 0.76 0.5
Hex E1 20 7A 0 56 2E C 14C 4C 32
Octal 341 40 172 0 126 56 14 514 114 62
Binary 11100001 100000 1111010 0 1010110 101110 1100 101001100 1001100 110010

Color Harmonies of #E1207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1207A

Black with #E1207A

Text Example


Text Example

White with #E1207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1207A; }

 p { color: rgb(225,32,122); }

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

background-color css

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

 a { background-color: rgb(225,32,122); }

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

border-color css

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

 span { border-color: rgb(225,32,122); }

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