Html Css Color HEX #E64970 Cranberry

📋 copy color: '#E64970'

red 230 ◦ green 73 ◦ blue 112

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

Shades of Cranberry #E64970

Tints of Cranberry #E64970

RGB

 RED value IS 230 (90.23% from 255) = 55.42%

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

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

R = 55.42%
G = 17.59%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E64970 (or 0xE64970) is known color: Cranberry. HEX triplet: E6, 49 and 70. RGB value is (230,73,112). Sum of RGB (Red+Green+Blue) = 230+73+112=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E64970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64970 is #19B68F. Grayscale: #7C7C7C. Windows color (decimal): -1685136 or 7358950. OLE color: 7358950.

HSL color Cylindrical-coordinate representation of color #E64970: hue angle of 345.1º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64970 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 73 112 -
CMYK 0 0.68 0.51 0.10
HSL 345.1º 0.76% 0.59% -
HSV(B) 345.1º 0.68% 0.9% -
XYZ 37.94 22.76 17.72 -
YUV 124.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 230 73 112 0 0.68 0.51 0.10 345.1 0.76 0.59
Hex E6 49 70 0 44 33 A 159 4C 3B
Octal 346 111 160 0 104 63 12 531 114 73
Binary 11100110 1001001 1110000 0 1000100 110011 1010 101011001 1001100 111011

Color Harmonies of #E64970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64970

Black with #E64970

Text Example


Text Example

White with #E64970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64970; }

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

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

background-color css

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

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

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

border-color css

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

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

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