Html Css Color HEX #E64077 Cranberry

📋 copy color: '#E64077'

red 230 ◦ green 64 ◦ blue 119

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

Shades of Cranberry #E64077

Tints of Cranberry #E64077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.5%

 BLUE value IS 119 (46.88% from 255) = 28.81%

R = 55.69%
G = 15.5%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E64077 (or 0xE64077) is known color: Cranberry. HEX triplet: E6, 40 and 77. RGB value is (230,64,119). Sum of RGB (Red+Green+Blue) = 230+64+119=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E64077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64077 is #19BF88. Grayscale: #777777. Windows color (decimal): -1687433 or 7815398. OLE color: 7815398.

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

Color convert

RGB 230 64 119 -
CMYK 0 0.72 0.48 0.10
HSL 340.12º 0.77% 0.58% -
HSV(B) 340.12º 0.72% 0.9% -
XYZ 37.8 21.82 19.67 -
YUV 119.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 230 64 119 0 0.72 0.48 0.10 340.12 0.77 0.58
Hex E6 40 77 0 48 30 A 154 4D 3A
Octal 346 100 167 0 110 60 12 524 115 72
Binary 11100110 1000000 1110111 0 1001000 110000 1010 101010100 1001101 111010

Color Harmonies of #E64077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64077

Black with #E64077

Text Example


Text Example

White with #E64077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64077; }

 p { color: rgb(230,64,119); }

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

background-color css

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

 a { background-color: rgb(230,64,119); }

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

border-color css

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

 span { border-color: rgb(230,64,119); }

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