Html Css Color HEX #E85370 Cranberry

📋 copy color: '#E85370'

red 232 ◦ green 83 ◦ blue 112

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

Shades of Cranberry #E85370

Tints of Cranberry #E85370

RGB

 RED value IS 232 (91.02% from 255) = 54.33%

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

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

R = 54.33%
G = 19.44%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E85370 (or 0xE85370) is known color: Cranberry. HEX triplet: E8, 53 and 70. RGB value is (232,83,112). Sum of RGB (Red+Green+Blue) = 232+83+112=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E85370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85370 is #17AC8F. Grayscale: #828282. Windows color (decimal): -1551504 or 7361512. OLE color: 7361512.

HSL color Cylindrical-coordinate representation of color #E85370: hue angle of 348.32º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85370 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 83 112 -
CMYK 0 0.64 0.52 0.09
HSL 348.32º 0.76% 0.62% -
HSV(B) 348.32º 0.64% 0.91% -
XYZ 39.3 24.51 17.99 -
YUV 130.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 232 83 112 0 0.64 0.52 0.09 348.32 0.76 0.62
Hex E8 53 70 0 40 34 9 15C 4C 3E
Octal 350 123 160 0 100 64 11 534 114 76
Binary 11101000 1010011 1110000 0 1000000 110100 1001 101011100 1001100 111110

Color Harmonies of #E85370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85370

Black with #E85370

Text Example


Text Example

White with #E85370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85370; }

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

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

background-color css

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

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

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

border-color css

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

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

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