Html Css Color HEX #E15070 Cranberry

📋 copy color: '#E15070'

red 225 ◦ green 80 ◦ blue 112

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

Shades of Cranberry #E15070

Tints of Cranberry #E15070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.86%

R = 53.96%
G = 19.18%
B = 26.86%

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

#E15070 (or 0xE15070) is known color: Cranberry. HEX triplet: E1, 50 and 70. RGB value is (225,80,112). Sum of RGB (Red+Green+Blue) = 225+80+112=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E15070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15070 is #1EAF8F. Grayscale: #7F7F7F. Windows color (decimal): -2011024 or 7360737. OLE color: 7360737.

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

Color convert

RGB 225 80 112 -
CMYK 0 0.64 0.50 0.12
HSL 346.76º 0.71% 0.6% -
HSV(B) 346.76º 0.64% 0.88% -
XYZ 36.84 22.91 17.81 -
YUV 127 119.54 197.9 -
System Red Green Blue C M Y K H S L
Decimal 225 80 112 0 0.64 0.50 0.12 346.76 0.71 0.6
Hex E1 50 70 0 40 32 C 15B 47 3C
Octal 341 120 160 0 100 62 14 533 107 74
Binary 11100001 1010000 1110000 0 1000000 110010 1100 101011011 1000111 111100

Color Harmonies of #E15070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15070

Black with #E15070

Text Example


Text Example

White with #E15070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15070; }

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

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

background-color css

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

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

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

border-color css

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

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

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