Html Css Color HEX #E14175 Cranberry

📋 copy color: '#E14175'

red 225 ◦ green 65 ◦ blue 117

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

Shades of Cranberry #E14175

Tints of Cranberry #E14175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.97%

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

R = 55.28%
G = 15.97%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E14175 (or 0xE14175) is known color: Cranberry. HEX triplet: E1, 41 and 75. RGB value is (225,65,117). Sum of RGB (Red+Green+Blue) = 225+65+117=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E14175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14175 is #1EBE8A. Grayscale: #767676. Windows color (decimal): -2014859 or 7684577. OLE color: 7684577.

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

Color convert

RGB 225 65 117 -
CMYK 0 0.71 0.48 0.12
HSL 340.5º 0.73% 0.57% -
HSV(B) 340.5º 0.71% 0.88% -
XYZ 36.15 21.07 18.99 -
YUV 118.77 127.01 203.77 -
System Red Green Blue C M Y K H S L
Decimal 225 65 117 0 0.71 0.48 0.12 340.5 0.73 0.57
Hex E1 41 75 0 47 30 C 154 49 39
Octal 341 101 165 0 107 60 14 524 111 71
Binary 11100001 1000001 1110101 0 1000111 110000 1100 101010100 1001001 111001

Color Harmonies of #E14175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14175

Black with #E14175

Text Example


Text Example

White with #E14175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14175; }

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

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

background-color css

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

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

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

border-color css

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

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

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