Html Css Color HEX #E14871 Cranberry

📋 copy color: '#E14871'

red 225 ◦ green 72 ◦ blue 113

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

Shades of Cranberry #E14871

Tints of Cranberry #E14871

RGB

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

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

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

R = 54.88%
G = 17.56%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E14871 (or 0xE14871) is known color: Cranberry. HEX triplet: E1, 48 and 71. RGB value is (225,72,113). Sum of RGB (Red+Green+Blue) = 225+72+113=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E14871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14871 is #1EB78E. Grayscale: #7A7A7A. Windows color (decimal): -2013071 or 7424225. OLE color: 7424225.

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

Color convert

RGB 225 72 113 -
CMYK 0 0.68 0.50 0.12
HSL 343.92º 0.72% 0.58% -
HSV(B) 343.92º 0.68% 0.88% -
XYZ 36.35 21.83 17.92 -
YUV 122.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 225 72 113 0 0.68 0.50 0.12 343.92 0.72 0.58
Hex E1 48 71 0 44 32 C 158 48 3A
Octal 341 110 161 0 104 62 14 530 110 72
Binary 11100001 1001000 1110001 0 1000100 110010 1100 101011000 1001000 111010

Color Harmonies of #E14871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14871

Black with #E14871

Text Example


Text Example

White with #E14871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14871; }

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

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

background-color css

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

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

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

border-color css

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

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

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