Html Css Color HEX #E14976 Cranberry

📋 copy color: '#E14976'

red 225 ◦ green 73 ◦ blue 118

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

Shades of Cranberry #E14976

Tints of Cranberry #E14976

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.55%

 BLUE value IS 118 (46.48% from 255) = 28.37%

R = 54.09%
G = 17.55%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E14976 (or 0xE14976) is known color: Cranberry. HEX triplet: E1, 49 and 76. RGB value is (225,73,118). Sum of RGB (Red+Green+Blue) = 225+73+118=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E14976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14976 is #1EB689. Grayscale: #7B7B7B. Windows color (decimal): -2012810 or 7752161. OLE color: 7752161.

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

Color convert

RGB 225 73 118 -
CMYK 0 0.68 0.48 0.12
HSL 342.24º 0.72% 0.58% -
HSV(B) 342.24º 0.68% 0.88% -
XYZ 36.7 22.08 19.47 -
YUV 123.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 225 73 118 0 0.68 0.48 0.12 342.24 0.72 0.58
Hex E1 49 76 0 44 30 C 156 48 3A
Octal 341 111 166 0 104 60 14 526 110 72
Binary 11100001 1001001 1110110 0 1000100 110000 1100 101010110 1001000 111010

Color Harmonies of #E14976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14976

Black with #E14976

Text Example


Text Example

White with #E14976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14976; }

 p { color: rgb(225,73,118); }

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

background-color css

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

 a { background-color: rgb(225,73,118); }

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

border-color css

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

 span { border-color: rgb(225,73,118); }

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