Html Css Color HEX #E14974 Cranberry

📋 copy color: '#E14974'

red 225 ◦ green 73 ◦ blue 116

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

Shades of Cranberry #E14974

Tints of Cranberry #E14974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 54.35%
G = 17.63%
B = 28.02%

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

#E14974 (or 0xE14974) is known color: Cranberry. HEX triplet: E1, 49 and 74. RGB value is (225,73,116). Sum of RGB (Red+Green+Blue) = 225+73+116=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E14974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14974 is #1EB68B. Grayscale: #7B7B7B. Windows color (decimal): -2012812 or 7621089. OLE color: 7621089.

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

Color convert

RGB 225 73 116 -
CMYK 0 0.68 0.48 0.12
HSL 343.03º 0.72% 0.58% -
HSV(B) 343.03º 0.68% 0.88% -
XYZ 36.59 22.03 18.85 -
YUV 123.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 225 73 116 0 0.68 0.48 0.12 343.03 0.72 0.58
Hex E1 49 74 0 44 30 C 157 48 3A
Octal 341 111 164 0 104 60 14 527 110 72
Binary 11100001 1001001 1110100 0 1000100 110000 1100 101010111 1001000 111010

Color Harmonies of #E14974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14974

Black with #E14974

Text Example


Text Example

White with #E14974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14974; }

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

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

background-color css

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

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

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

border-color css

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

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

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