Html Css Color HEX #E15071 Cranberry

📋 copy color: '#E15071'

red 225 ◦ green 80 ◦ blue 113

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

Shades of Cranberry #E15071

Tints of Cranberry #E15071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.14%

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

R = 53.83%
G = 19.14%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E15071 (or 0xE15071) is known color: Cranberry. HEX triplet: E1, 50 and 71. RGB value is (225,80,113). Sum of RGB (Red+Green+Blue) = 225+80+113=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E15071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15071 is #1EAF8E. Grayscale: #7F7F7F. Windows color (decimal): -2011023 or 7426273. OLE color: 7426273.

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

Color convert

RGB 225 80 113 -
CMYK 0 0.64 0.50 0.12
HSL 346.34º 0.71% 0.6% -
HSV(B) 346.34º 0.64% 0.88% -
XYZ 36.9 22.94 18.11 -
YUV 127.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 225 80 113 0 0.64 0.50 0.12 346.34 0.71 0.6
Hex E1 50 71 0 40 32 C 15A 47 3C
Octal 341 120 161 0 100 62 14 532 107 74
Binary 11100001 1010000 1110001 0 1000000 110010 1100 101011010 1000111 111100

Color Harmonies of #E15071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15071

Black with #E15071

Text Example


Text Example

White with #E15071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15071; }

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

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

background-color css

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

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

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

border-color css

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

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

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