Html Css Color HEX #E1419B Deep Cerise

📋 copy color: '#E1419B'

red 225 ◦ green 65 ◦ blue 155

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

Shades of Deep Cerise #E1419B

Tints of Deep Cerise #E1419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.61%

 BLUE value IS 155 (60.94% from 255) = 34.83%

R = 50.56%
G = 14.61%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E1419B (or 0xE1419B) is known color: Deep Cerise. HEX triplet: E1, 41 and 9B. RGB value is (225,65,155). Sum of RGB (Red+Green+Blue) = 225+65+155=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1419B is #1EBE64. Grayscale: #7A7A7A. Windows color (decimal): -2014821 or 10174945. OLE color: 10174945.

HSL color Cylindrical-coordinate representation of color #E1419B: hue angle of 326.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E1419B is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 155 -
CMYK 0 0.71 0.31 0.12
HSL 326.25º 0.73% 0.57% -
HSV(B) 326.25º 0.71% 0.88% -
XYZ 38.86 22.15 33.24 -
YUV 123.1 146.01 200.68 -
System Red Green Blue C M Y K H S L
Decimal 225 65 155 0 0.71 0.31 0.12 326.25 0.73 0.57
Hex E1 41 9B 0 47 1F C 146 49 39
Octal 341 101 233 0 107 37 14 506 111 71
Binary 11100001 1000001 10011011 0 1000111 11111 1100 101000110 1001001 111001

Color Harmonies of #E1419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1419B

Black with #E1419B

Text Example


Text Example

White with #E1419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1419B; }

 p { color: rgb(225,65,155); }

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

background-color css

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

 a { background-color: rgb(225,65,155); }

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

border-color css

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

 span { border-color: rgb(225,65,155); }

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