Html Css Color HEX #E1317B Deep Cerise

📋 copy color: '#E1317B'

red 225 ◦ green 49 ◦ blue 123

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

Shades of Deep Cerise #E1317B

Tints of Deep Cerise #E1317B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.34%

 BLUE value IS 123 (48.44% from 255) = 30.98%

R = 56.68%
G = 12.34%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1317B (or 0xE1317B) is known color: Deep Cerise. HEX triplet: E1, 31 and 7B. RGB value is (225,49,123). Sum of RGB (Red+Green+Blue) = 225+49+123=397 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.68% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 225 - color contains mainly: red. Hex color #E1317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1317B is #1ECE84. Grayscale: #6D6D6D. Windows color (decimal): -2018949 or 8073697. OLE color: 8073697.

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

Color convert

RGB 225 49 123 -
CMYK 0 0.78 0.45 0.12
HSL 334.77º 0.75% 0.54% -
HSV(B) 334.77º 0.78% 0.88% -
XYZ 35.72 19.63 20.65 -
YUV 110.06 135.31 209.98 -
System Red Green Blue C M Y K H S L
Decimal 225 49 123 0 0.78 0.45 0.12 334.77 0.75 0.54
Hex E1 31 7B 0 4E 2D C 14F 4B 36
Octal 341 61 173 0 116 55 14 517 113 66
Binary 11100001 110001 1111011 0 1001110 101101 1100 101001111 1001011 110110

Color Harmonies of #E1317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1317B

Black with #E1317B

Text Example


Text Example

White with #E1317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1317B; }

 p { color: rgb(225,49,123); }

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

background-color css

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

 a { background-color: rgb(225,49,123); }

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

border-color css

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

 span { border-color: rgb(225,49,123); }

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