Html Css Color HEX #E64370 Cranberry

📋 copy color: '#E64370'

red 230 ◦ green 67 ◦ blue 112

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

Shades of Cranberry #E64370

Tints of Cranberry #E64370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.38%

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

R = 56.23%
G = 16.38%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E64370 (or 0xE64370) is known color: Cranberry. HEX triplet: E6, 43 and 70. RGB value is (230,67,112). Sum of RGB (Red+Green+Blue) = 230+67+112=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E64370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64370 is #19BC8F. Grayscale: #787878. Windows color (decimal): -1686672 or 7357414. OLE color: 7357414.

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

Color convert

RGB 230 67 112 -
CMYK 0 0.71 0.51 0.10
HSL 343.44º 0.77% 0.58% -
HSV(B) 343.44º 0.71% 0.9% -
XYZ 37.56 22.01 17.6 -
YUV 120.87 123 205.84 -
System Red Green Blue C M Y K H S L
Decimal 230 67 112 0 0.71 0.51 0.10 343.44 0.77 0.58
Hex E6 43 70 0 47 33 A 157 4D 3A
Octal 346 103 160 0 107 63 12 527 115 72
Binary 11100110 1000011 1110000 0 1000111 110011 1010 101010111 1001101 111010

Color Harmonies of #E64370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64370

Black with #E64370

Text Example


Text Example

White with #E64370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64370; }

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

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

background-color css

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

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

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

border-color css

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

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

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