Html Css Color HEX #E84970 Cranberry

📋 copy color: '#E84970'

red 232 ◦ green 73 ◦ blue 112

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

Shades of Cranberry #E84970

Tints of Cranberry #E84970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.51%

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

R = 55.64%
G = 17.51%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E84970 (or 0xE84970) is known color: Cranberry. HEX triplet: E8, 49 and 70. RGB value is (232,73,112). Sum of RGB (Red+Green+Blue) = 232+73+112=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E84970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84970 is #17B68F. Grayscale: #7C7C7C. Windows color (decimal): -1554064 or 7358952. OLE color: 7358952.

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

Color convert

RGB 232 73 112 -
CMYK 0 0.69 0.52 0.09
HSL 345.28º 0.78% 0.6% -
HSV(B) 345.28º 0.69% 0.91% -
XYZ 38.59 23.09 17.75 -
YUV 124.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 232 73 112 0 0.69 0.52 0.09 345.28 0.78 0.6
Hex E8 49 70 0 45 34 9 159 4E 3C
Octal 350 111 160 0 105 64 11 531 116 74
Binary 11101000 1001001 1110000 0 1000101 110100 1001 101011001 1001110 111100

Color Harmonies of #E84970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84970

Black with #E84970

Text Example


Text Example

White with #E84970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84970; }

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

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

background-color css

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

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

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

border-color css

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

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

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