Html Css Color HEX #E14E75 Cranberry

📋 copy color: '#E14E75'

red 225 ◦ green 78 ◦ blue 117

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

Shades of Cranberry #E14E75

Tints of Cranberry #E14E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.57%

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 53.57%
G = 18.57%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E14E75 (or 0xE14E75) is known color: Cranberry. HEX triplet: E1, 4E and 75. RGB value is (225,78,117). Sum of RGB (Red+Green+Blue) = 225+78+117=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E75 is #1EB18A. Grayscale: #7E7E7E. Windows color (decimal): -2011531 or 7687905. OLE color: 7687905.

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

Color convert

RGB 225 78 117 -
CMYK 0 0.65 0.48 0.12
HSL 344.08º 0.71% 0.59% -
HSV(B) 344.08º 0.65% 0.88% -
XYZ 36.99 22.74 19.27 -
YUV 126.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 225 78 117 0 0.65 0.48 0.12 344.08 0.71 0.59
Hex E1 4E 75 0 41 30 C 158 47 3B
Octal 341 116 165 0 101 60 14 530 107 73
Binary 11100001 1001110 1110101 0 1000001 110000 1100 101011000 1000111 111011

Color Harmonies of #E14E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14E75

Black with #E14E75

Text Example


Text Example

White with #E14E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14E75; }

 p { color: rgb(225,78,117); }

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

background-color css

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

 a { background-color: rgb(225,78,117); }

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

border-color css

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

 span { border-color: rgb(225,78,117); }

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