Html Css Color HEX #E1327A Deep Cerise

📋 copy color: '#E1327A'

red 225 ◦ green 50 ◦ blue 122

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

Shades of Deep Cerise #E1327A

Tints of Deep Cerise #E1327A

RGB

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

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

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

R = 56.68%
G = 12.59%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1327A (or 0xE1327A) is known color: Deep Cerise. HEX triplet: E1, 32 and 7A. RGB value is (225,50,122). Sum of RGB (Red+Green+Blue) = 225+50+122=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E1327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1327A is #1ECD85. Grayscale: #6E6E6E. Windows color (decimal): -2018694 or 8008417. OLE color: 8008417.

HSL color Cylindrical-coordinate representation of color #E1327A: hue angle of 335.31º 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 #E1327A is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 50 122 -
CMYK 0 0.78 0.46 0.12
HSL 335.31º 0.74% 0.54% -
HSV(B) 335.31º 0.78% 0.88% -
XYZ 35.7 19.69 20.33 -
YUV 110.53 134.48 209.65 -
System Red Green Blue C M Y K H S L
Decimal 225 50 122 0 0.78 0.46 0.12 335.31 0.74 0.54
Hex E1 32 7A 0 4E 2E C 14F 4A 36
Octal 341 62 172 0 116 56 14 517 112 66
Binary 11100001 110010 1111010 0 1001110 101110 1100 101001111 1001010 110110

Color Harmonies of #E1327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1327A

Black with #E1327A

Text Example


Text Example

White with #E1327A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1327A; }

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

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

background-color css

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

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

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

border-color css

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

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

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