Html Css Color HEX #E1369F Deep Cerise

📋 copy color: '#E1369F'

red 225 ◦ green 54 ◦ blue 159

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

Shades of Deep Cerise #E1369F

Tints of Deep Cerise #E1369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.33%

 BLUE value IS 159 (62.5% from 255) = 36.3%

R = 51.37%
G = 12.33%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1369F (or 0xE1369F) is known color: Deep Cerise. HEX triplet: E1, 36 and 9F. RGB value is (225,54,159). Sum of RGB (Red+Green+Blue) = 225+54+159=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1369F is #1EC960. Grayscale: #747474. Windows color (decimal): -2017633 or 10434273. OLE color: 10434273.

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

Color convert

RGB 225 54 159 -
CMYK 0 0.76 0.29 0.12
HSL 323.16º 0.74% 0.55% -
HSV(B) 323.16º 0.76% 0.88% -
XYZ 38.63 21.15 34.85 -
YUV 117.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 225 54 159 0 0.76 0.29 0.12 323.16 0.74 0.55
Hex E1 36 9F 0 4C 1D C 143 4A 37
Octal 341 66 237 0 114 35 14 503 112 67
Binary 11100001 110110 10011111 0 1001100 11101 1100 101000011 1001010 110111

Color Harmonies of #E1369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1369F

Black with #E1369F

Text Example


Text Example

White with #E1369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1369F; }

 p { color: rgb(225,54,159); }

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

background-color css

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

 a { background-color: rgb(225,54,159); }

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

border-color css

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

 span { border-color: rgb(225,54,159); }

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