Html Css Color HEX #E14970 Cranberry

📋 copy color: '#E14970'

red 225 ◦ green 73 ◦ blue 112

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

Shades of Cranberry #E14970

Tints of Cranberry #E14970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.32%

R = 54.88%
G = 17.8%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E14970 (or 0xE14970) is known color: Cranberry. HEX triplet: E1, 49 and 70. RGB value is (225,73,112). Sum of RGB (Red+Green+Blue) = 225+73+112=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E14970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14970 is #1EB68F. Grayscale: #7A7A7A. Windows color (decimal): -2012816 or 7358945. OLE color: 7358945.

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

Color convert

RGB 225 73 112 -
CMYK 0 0.68 0.50 0.12
HSL 344.61º 0.72% 0.58% -
HSV(B) 344.61º 0.68% 0.88% -
XYZ 36.36 21.94 17.65 -
YUV 122.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 225 73 112 0 0.68 0.50 0.12 344.61 0.72 0.58
Hex E1 49 70 0 44 32 C 159 48 3A
Octal 341 111 160 0 104 62 14 531 110 72
Binary 11100001 1001001 1110000 0 1000100 110010 1100 101011001 1001000 111010

Color Harmonies of #E14970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14970

Black with #E14970

Text Example


Text Example

White with #E14970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14970; }

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

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

background-color css

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

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

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

border-color css

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

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

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