Html Css Color HEX #E15370 Cranberry

📋 copy color: '#E15370'

red 225 ◦ green 83 ◦ blue 112

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

Shades of Cranberry #E15370

Tints of Cranberry #E15370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.76%

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

R = 53.57%
G = 19.76%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E15370 (or 0xE15370) is known color: Cranberry. HEX triplet: E1, 53 and 70. RGB value is (225,83,112). Sum of RGB (Red+Green+Blue) = 225+83+112=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E15370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15370 is #1EAC8F. Grayscale: #808080. Windows color (decimal): -2010256 or 7361505. OLE color: 7361505.

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

Color convert

RGB 225 83 112 -
CMYK 0 0.63 0.50 0.12
HSL 347.75º 0.7% 0.6% -
HSV(B) 347.75º 0.63% 0.88% -
XYZ 37.07 23.36 17.89 -
YUV 128.76 118.54 196.64 -
System Red Green Blue C M Y K H S L
Decimal 225 83 112 0 0.63 0.50 0.12 347.75 0.7 0.6
Hex E1 53 70 0 3F 32 C 15C 46 3C
Octal 341 123 160 0 77 62 14 534 106 74
Binary 11100001 1010011 1110000 0 111111 110010 1100 101011100 1000110 111100

Color Harmonies of #E15370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15370

Black with #E15370

Text Example


Text Example

White with #E15370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15370; }

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

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

background-color css

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

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

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

border-color css

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

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

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