Html Css Color HEX #E14698 Deep Cerise

📋 copy color: '#E14698'

red 225 ◦ green 70 ◦ blue 152

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

Shades of Deep Cerise #E14698

Tints of Deep Cerise #E14698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.66%

 BLUE value IS 152 (59.77% from 255) = 34%

R = 50.34%
G = 15.66%
B = 34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E14698 (or 0xE14698) is known color: Deep Cerise. HEX triplet: E1, 46 and 98. RGB value is (225,70,152). Sum of RGB (Red+Green+Blue) = 225+70+152=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E14698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14698 is #1EB967. Grayscale: #7D7D7D. Windows color (decimal): -2013544 or 9979617. OLE color: 9979617.

HSL color Cylindrical-coordinate representation of color #E14698: hue angle of 328.26º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E14698 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 70 152 -
CMYK 0 0.69 0.32 0.12
HSL 328.26º 0.72% 0.58% -
HSV(B) 328.26º 0.69% 0.88% -
XYZ 38.91 22.65 32.03 -
YUV 125.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 225 70 152 0 0.69 0.32 0.12 328.26 0.72 0.58
Hex E1 46 98 0 45 20 C 148 48 3A
Octal 341 106 230 0 105 40 14 510 110 72
Binary 11100001 1000110 10011000 0 1000101 100000 1100 101001000 1001000 111010

Color Harmonies of #E14698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14698

Black with #E14698

Text Example


Text Example

White with #E14698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14698; }

 p { color: rgb(225,70,152); }

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

background-color css

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

 a { background-color: rgb(225,70,152); }

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

border-color css

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

 span { border-color: rgb(225,70,152); }

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