Html Css Color HEX #E14577 Cranberry

📋 copy color: '#E14577'

red 225 ◦ green 69 ◦ blue 119

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

Shades of Cranberry #E14577

Tints of Cranberry #E14577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.71%

 BLUE value IS 119 (46.88% from 255) = 28.81%

R = 54.48%
G = 16.71%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E14577 (or 0xE14577) is known color: Cranberry. HEX triplet: E1, 45 and 77. RGB value is (225,69,119). Sum of RGB (Red+Green+Blue) = 225+69+119=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E14577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14577 is #1EBA88. Grayscale: #797979. Windows color (decimal): -2013833 or 7816673. OLE color: 7816673.

HSL color Cylindrical-coordinate representation of color #E14577: hue angle of 340.77º 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 #E14577 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 69 119 -
CMYK 0 0.69 0.47 0.12
HSL 340.77º 0.72% 0.58% -
HSV(B) 340.77º 0.69% 0.88% -
XYZ 36.51 21.6 19.7 -
YUV 121.34 126.68 201.93 -
System Red Green Blue C M Y K H S L
Decimal 225 69 119 0 0.69 0.47 0.12 340.77 0.72 0.58
Hex E1 45 77 0 45 2F C 155 48 3A
Octal 341 105 167 0 105 57 14 525 110 72
Binary 11100001 1000101 1110111 0 1000101 101111 1100 101010101 1001000 111010

Color Harmonies of #E14577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14577

Black with #E14577

Text Example


Text Example

White with #E14577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14577; }

 p { color: rgb(225,69,119); }

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

background-color css

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

 a { background-color: rgb(225,69,119); }

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

border-color css

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

 span { border-color: rgb(225,69,119); }

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