Html Css Color HEX #E6496C Cranberry

📋 copy color: '#E6496C'

red 230 ◦ green 73 ◦ blue 108

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

Shades of Cranberry #E6496C

Tints of Cranberry #E6496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.28%

R = 55.96%
G = 17.76%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6496C (or 0xE6496C) is known color: Cranberry. HEX triplet: E6, 49 and 6C. RGB value is (230,73,108). Sum of RGB (Red+Green+Blue) = 230+73+108=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E6496C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6496C is #19B693. Grayscale: #7B7B7B. Windows color (decimal): -1685140 or 7096806. OLE color: 7096806.

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

Color convert

RGB 230 73 108 -
CMYK 0 0.68 0.53 0.10
HSL 346.62º 0.76% 0.59% -
HSV(B) 346.62º 0.68% 0.9% -
XYZ 37.72 22.67 16.58 -
YUV 123.93 119.01 203.65 -
System Red Green Blue C M Y K H S L
Decimal 230 73 108 0 0.68 0.53 0.10 346.62 0.76 0.59
Hex E6 49 6C 0 44 35 A 15B 4C 3B
Octal 346 111 154 0 104 65 12 533 114 73
Binary 11100110 1001001 1101100 0 1000100 110101 1010 101011011 1001100 111011

Color Harmonies of #E6496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6496C

Black with #E6496C

Text Example


Text Example

White with #E6496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6496C; }

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

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

background-color css

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

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

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

border-color css

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

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

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