Html Css Color HEX #E14A70 Cranberry

📋 copy color: '#E14A70'

red 225 ◦ green 74 ◦ blue 112

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

Shades of Cranberry #E14A70

Tints of Cranberry #E14A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18%

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

R = 54.74%
G = 18%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E14A70 (or 0xE14A70) is known color: Cranberry. HEX triplet: E1, 4A and 70. RGB value is (225,74,112). Sum of RGB (Red+Green+Blue) = 225+74+112=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14A70 is #1EB58F. Grayscale: #7B7B7B. Windows color (decimal): -2012560 or 7359201. OLE color: 7359201.

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

Color convert

RGB 225 74 112 -
CMYK 0 0.67 0.50 0.12
HSL 344.9º 0.72% 0.59% -
HSV(B) 344.9º 0.67% 0.88% -
XYZ 36.42 22.07 17.67 -
YUV 123.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 225 74 112 0 0.67 0.50 0.12 344.9 0.72 0.59
Hex E1 4A 70 0 43 32 C 159 48 3B
Octal 341 112 160 0 103 62 14 531 110 73
Binary 11100001 1001010 1110000 0 1000011 110010 1100 101011001 1001000 111011

Color Harmonies of #E14A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A70

Black with #E14A70

Text Example


Text Example

White with #E14A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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