Html Css Color HEX #E64978 Cranberry

📋 copy color: '#E64978'

red 230 ◦ green 73 ◦ blue 120

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

Shades of Cranberry #E64978

Tints of Cranberry #E64978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.37%

R = 54.37%
G = 17.26%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E64978 (or 0xE64978) is known color: Cranberry. HEX triplet: E6, 49 and 78. RGB value is (230,73,120). Sum of RGB (Red+Green+Blue) = 230+73+120=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E64978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64978 is #19B687. Grayscale: #7D7D7D. Windows color (decimal): -1685128 or 7883238. OLE color: 7883238.

HSL color Cylindrical-coordinate representation of color #E64978: hue angle of 342.04º 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 #E64978 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 73 120 -
CMYK 0 0.68 0.48 0.10
HSL 342.04º 0.76% 0.59% -
HSV(B) 342.04º 0.68% 0.9% -
XYZ 38.41 22.94 20.17 -
YUV 125.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 230 73 120 0 0.68 0.48 0.10 342.04 0.76 0.59
Hex E6 49 78 0 44 30 A 156 4C 3B
Octal 346 111 170 0 104 60 12 526 114 73
Binary 11100110 1001001 1111000 0 1000100 110000 1010 101010110 1001100 111011

Color Harmonies of #E64978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64978

Black with #E64978

Text Example


Text Example

White with #E64978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64978; }

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

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

background-color css

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

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

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

border-color css

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

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

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