Html Css Color HEX #E64976 Cranberry

📋 copy color: '#E64976'

red 230 ◦ green 73 ◦ blue 118

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

Shades of Cranberry #E64976

Tints of Cranberry #E64976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 54.63%
G = 17.34%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E64976 (or 0xE64976) is known color: Cranberry. HEX triplet: E6, 49 and 76. RGB value is (230,73,118). Sum of RGB (Red+Green+Blue) = 230+73+118=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E64976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64976 is #19B689. Grayscale: #7D7D7D. Windows color (decimal): -1685130 or 7752166. OLE color: 7752166.

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

Color convert

RGB 230 73 118 -
CMYK 0 0.68 0.49 0.10
HSL 342.8º 0.76% 0.59% -
HSV(B) 342.8º 0.68% 0.9% -
XYZ 38.29 22.9 19.54 -
YUV 125.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 230 73 118 0 0.68 0.49 0.10 342.8 0.76 0.59
Hex E6 49 76 0 44 31 A 157 4C 3B
Octal 346 111 166 0 104 61 12 527 114 73
Binary 11100110 1001001 1110110 0 1000100 110001 1010 101010111 1001100 111011

Color Harmonies of #E64976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64976

Black with #E64976

Text Example


Text Example

White with #E64976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64976; }

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

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

background-color css

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

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

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

border-color css

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

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

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