Html Css Color HEX #E64769 Cranberry

📋 copy color: '#E64769'

red 230 ◦ green 71 ◦ blue 105

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

Shades of Cranberry #E64769

Tints of Cranberry #E64769

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.49%

 BLUE value IS 105 (41.41% from 255) = 25.86%

R = 56.65%
G = 17.49%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E64769 (or 0xE64769) is known color: Cranberry. HEX triplet: E6, 47 and 69. RGB value is (230,71,105). Sum of RGB (Red+Green+Blue) = 230+71+105=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E64769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64769 is #19B896. Grayscale: #7A7A7A. Windows color (decimal): -1685655 or 6899686. OLE color: 6899686.

HSL color Cylindrical-coordinate representation of color #E64769: hue angle of 347.17º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64769 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 71 105 -
CMYK 0 0.69 0.54 0.10
HSL 347.17º 0.76% 0.59% -
HSV(B) 347.17º 0.69% 0.9% -
XYZ 37.44 22.35 15.71 -
YUV 122.42 118.18 204.74 -
System Red Green Blue C M Y K H S L
Decimal 230 71 105 0 0.69 0.54 0.10 347.17 0.76 0.59
Hex E6 47 69 0 45 36 A 15B 4C 3B
Octal 346 107 151 0 105 66 12 533 114 73
Binary 11100110 1000111 1101001 0 1000101 110110 1010 101011011 1001100 111011

Color Harmonies of #E64769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64769

Black with #E64769

Text Example


Text Example

White with #E64769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64769; }

 p { color: rgb(230,71,105); }

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

background-color css

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

 a { background-color: rgb(230,71,105); }

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

border-color css

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

 span { border-color: rgb(230,71,105); }

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