Html Css Color HEX #E14775 Cranberry

📋 copy color: '#E14775'

red 225 ◦ green 71 ◦ blue 117

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

Shades of Cranberry #E14775

Tints of Cranberry #E14775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.19%

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

R = 54.48%
G = 17.19%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E14775 (or 0xE14775) is known color: Cranberry. HEX triplet: E1, 47 and 75. RGB value is (225,71,117). Sum of RGB (Red+Green+Blue) = 225+71+117=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E14775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14775 is #1EB88A. Grayscale: #7A7A7A. Windows color (decimal): -2013323 or 7686113. OLE color: 7686113.

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

Color convert

RGB 225 71 117 -
CMYK 0 0.68 0.48 0.12
HSL 342.08º 0.72% 0.58% -
HSV(B) 342.08º 0.68% 0.88% -
XYZ 36.52 21.8 19.11 -
YUV 122.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 225 71 117 0 0.68 0.48 0.12 342.08 0.72 0.58
Hex E1 47 75 0 44 30 C 156 48 3A
Octal 341 107 165 0 104 60 14 526 110 72
Binary 11100001 1000111 1110101 0 1000100 110000 1100 101010110 1001000 111010

Color Harmonies of #E14775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14775

Black with #E14775

Text Example


Text Example

White with #E14775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14775; }

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

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

background-color css

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

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

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

border-color css

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

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

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