Html Css Color HEX #E64477 Cranberry

📋 copy color: '#E64477'

red 230 ◦ green 68 ◦ blue 119

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

Shades of Cranberry #E64477

Tints of Cranberry #E64477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.31%

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

R = 55.16%
G = 16.31%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E64477 (or 0xE64477) is known color: Cranberry. HEX triplet: E6, 44 and 77. RGB value is (230,68,119). Sum of RGB (Red+Green+Blue) = 230+68+119=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E64477 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64477 is #19BB88. Grayscale: #7A7A7A. Windows color (decimal): -1686409 or 7816422. OLE color: 7816422.

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

Color convert

RGB 230 68 119 -
CMYK 0 0.70 0.48 0.10
HSL 341.11º 0.76% 0.58% -
HSV(B) 341.11º 0.7% 0.9% -
XYZ 38.03 22.29 19.75 -
YUV 122.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 230 68 119 0 0.70 0.48 0.10 341.11 0.76 0.58
Hex E6 44 77 0 46 30 A 155 4C 3A
Octal 346 104 167 0 106 60 12 525 114 72
Binary 11100110 1000100 1110111 0 1000110 110000 1010 101010101 1001100 111010

Color Harmonies of #E64477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64477

Black with #E64477

Text Example


Text Example

White with #E64477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64477; }

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

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

background-color css

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

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

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

border-color css

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

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

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