Html Css Color HEX #E14875 Cranberry

📋 copy color: '#E14875'

red 225 ◦ green 72 ◦ blue 117

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

Shades of Cranberry #E14875

Tints of Cranberry #E14875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.39%

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

R = 54.35%
G = 17.39%
B = 28.26%

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

#E14875 (or 0xE14875) is known color: Cranberry. HEX triplet: E1, 48 and 75. RGB value is (225,72,117). Sum of RGB (Red+Green+Blue) = 225+72+117=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 72 (28.52% from 255 or 17.39% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E14875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14875 is #1EB78A. Grayscale: #7A7A7A. Windows color (decimal): -2013067 or 7686369. OLE color: 7686369.

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

Color convert

RGB 225 72 117 -
CMYK 0 0.68 0.48 0.12
HSL 342.35º 0.72% 0.58% -
HSV(B) 342.35º 0.68% 0.88% -
XYZ 36.58 21.93 19.13 -
YUV 122.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 225 72 117 0 0.68 0.48 0.12 342.35 0.72 0.58
Hex E1 48 75 0 44 30 C 156 48 3A
Octal 341 110 165 0 104 60 14 526 110 72
Binary 11100001 1001000 1110101 0 1000100 110000 1100 101010110 1001000 111010

Color Harmonies of #E14875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14875

Black with #E14875

Text Example


Text Example

White with #E14875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14875; }

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

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

background-color css

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

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

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

border-color css

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

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

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