Html Css Color HEX #E1327F Deep Cerise

📋 copy color: '#E1327F'

red 225 ◦ green 50 ◦ blue 127

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

Shades of Deep Cerise #E1327F

Tints of Deep Cerise #E1327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.44%

 BLUE value IS 127 (50% from 255) = 31.59%

R = 55.97%
G = 12.44%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1327F (or 0xE1327F) is known color: Deep Cerise. HEX triplet: E1, 32 and 7F. RGB value is (225,50,127). Sum of RGB (Red+Green+Blue) = 225+50+127=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E1327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1327F is #1ECD80. Grayscale: #6E6E6E. Windows color (decimal): -2018689 or 8336097. OLE color: 8336097.

HSL color Cylindrical-coordinate representation of color #E1327F: hue angle of 333.6º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1327F is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 50 127 -
CMYK 0 0.78 0.44 0.12
HSL 333.6º 0.74% 0.54% -
HSV(B) 333.6º 0.78% 0.88% -
XYZ 36.02 19.82 22.01 -
YUV 111.1 136.98 209.24 -
System Red Green Blue C M Y K H S L
Decimal 225 50 127 0 0.78 0.44 0.12 333.6 0.74 0.54
Hex E1 32 7F 0 4E 2C C 14E 4A 36
Octal 341 62 177 0 116 54 14 516 112 66
Binary 11100001 110010 1111111 0 1001110 101100 1100 101001110 1001010 110110

Color Harmonies of #E1327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1327F

Black with #E1327F

Text Example


Text Example

White with #E1327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1327F; }

 p { color: rgb(225,50,127); }

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

background-color css

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

 a { background-color: rgb(225,50,127); }

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

border-color css

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

 span { border-color: rgb(225,50,127); }

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