Html Css Color HEX #E6516C Cranberry

📋 copy color: '#E6516C'

red 230 ◦ green 81 ◦ blue 108

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

Shades of Cranberry #E6516C

Tints of Cranberry #E6516C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.33%

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

R = 54.89%
G = 19.33%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6516C (or 0xE6516C) is known color: Cranberry. HEX triplet: E6, 51 and 6C. RGB value is (230,81,108). Sum of RGB (Red+Green+Blue) = 230+81+108=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E6516C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6516C is #19AE93. Grayscale: #808080. Windows color (decimal): -1683092 or 7098854. OLE color: 7098854.

HSL color Cylindrical-coordinate representation of color #E6516C: hue angle of 349.13º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6516C is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 81 108 -
CMYK 0 0.65 0.53 0.10
HSL 349.13º 0.75% 0.61% -
HSV(B) 349.13º 0.65% 0.9% -
XYZ 38.28 23.79 16.76 -
YUV 128.63 116.36 200.3 -
System Red Green Blue C M Y K H S L
Decimal 230 81 108 0 0.65 0.53 0.10 349.13 0.75 0.61
Hex E6 51 6C 0 41 35 A 15D 4B 3D
Octal 346 121 154 0 101 65 12 535 113 75
Binary 11100110 1010001 1101100 0 1000001 110101 1010 101011101 1001011 111101

Color Harmonies of #E6516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6516C

Black with #E6516C

Text Example


Text Example

White with #E6516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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