Html Css Color HEX #E64768 Cranberry

📋 copy color: '#E64768'

red 230 ◦ green 71 ◦ blue 104

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

Shades of Cranberry #E64768

Tints of Cranberry #E64768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.68%

R = 56.79%
G = 17.53%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E64768 (or 0xE64768) is known color: Cranberry. HEX triplet: E6, 47 and 68. RGB value is (230,71,104). Sum of RGB (Red+Green+Blue) = 230+71+104=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E64768 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64768 is #19B897. Grayscale: #7A7A7A. Windows color (decimal): -1685656 or 6834150. OLE color: 6834150.

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

Color convert

RGB 230 71 104 -
CMYK 0 0.69 0.55 0.10
HSL 347.55º 0.76% 0.59% -
HSV(B) 347.55º 0.69% 0.9% -
XYZ 37.39 22.33 15.44 -
YUV 122.3 117.68 204.82 -
System Red Green Blue C M Y K H S L
Decimal 230 71 104 0 0.69 0.55 0.10 347.55 0.76 0.59
Hex E6 47 68 0 45 37 A 15C 4C 3B
Octal 346 107 150 0 105 67 12 534 114 73
Binary 11100110 1000111 1101000 0 1000101 110111 1010 101011100 1001100 111011

Color Harmonies of #E64768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64768

Black with #E64768

Text Example


Text Example

White with #E64768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64768; }

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

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

background-color css

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

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

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

border-color css

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

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

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