Html Css Color HEX #E6496B Cranberry

📋 copy color: '#E6496B'

red 230 ◦ green 73 ◦ blue 107

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

Shades of Cranberry #E6496B

Tints of Cranberry #E6496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.1%

R = 56.1%
G = 17.8%
B = 26.1%

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

#E6496B (or 0xE6496B) is known color: Cranberry. HEX triplet: E6, 49 and 6B. RGB value is (230,73,107). Sum of RGB (Red+Green+Blue) = 230+73+107=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6496B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6496B is #19B694. Grayscale: #7B7B7B. Windows color (decimal): -1685141 or 7031270. OLE color: 7031270.

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

Color convert

RGB 230 73 107 -
CMYK 0 0.68 0.53 0.10
HSL 347.01º 0.76% 0.59% -
HSV(B) 347.01º 0.68% 0.9% -
XYZ 37.67 22.65 16.3 -
YUV 123.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 230 73 107 0 0.68 0.53 0.10 347.01 0.76 0.59
Hex E6 49 6B 0 44 35 A 15B 4C 3B
Octal 346 111 153 0 104 65 12 533 114 73
Binary 11100110 1001001 1101011 0 1000100 110101 1010 101011011 1001100 111011

Color Harmonies of #E6496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6496B

Black with #E6496B

Text Example


Text Example

White with #E6496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6496B; }

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

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

background-color css

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

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

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

border-color css

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

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

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