Html Css Color HEX #E14071 Cranberry

📋 copy color: '#E14071'

red 225 ◦ green 64 ◦ blue 113

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

Shades of Cranberry #E14071

Tints of Cranberry #E14071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.92%

 BLUE value IS 113 (44.53% from 255) = 28.11%

R = 55.97%
G = 15.92%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E14071 (or 0xE14071) is known color: Cranberry. HEX triplet: E1, 40 and 71. RGB value is (225,64,113). Sum of RGB (Red+Green+Blue) = 225+64+113=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E14071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14071 is #1EBF8E. Grayscale: #757575. Windows color (decimal): -2015119 or 7422177. OLE color: 7422177.

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

Color convert

RGB 225 64 113 -
CMYK 0 0.72 0.50 0.12
HSL 341.74º 0.73% 0.57% -
HSV(B) 341.74º 0.72% 0.88% -
XYZ 35.87 20.87 17.76 -
YUV 117.73 125.34 204.52 -
System Red Green Blue C M Y K H S L
Decimal 225 64 113 0 0.72 0.50 0.12 341.74 0.73 0.57
Hex E1 40 71 0 48 32 C 156 49 39
Octal 341 100 161 0 110 62 14 526 111 71
Binary 11100001 1000000 1110001 0 1001000 110010 1100 101010110 1001001 111001

Color Harmonies of #E14071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14071

Black with #E14071

Text Example


Text Example

White with #E14071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14071; }

 p { color: rgb(225,64,113); }

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

background-color css

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

 a { background-color: rgb(225,64,113); }

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

border-color css

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

 span { border-color: rgb(225,64,113); }

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