Html Css Color HEX #E8506E Cranberry

📋 copy color: '#E8506E'

red 232 ◦ green 80 ◦ blue 110

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

Shades of Cranberry #E8506E

Tints of Cranberry #E8506E

RGB

 RED value IS 232 (91.02% from 255) = 54.98%

 GREEN value IS 80 (31.64% from 255) = 18.96%

 BLUE value IS 110 (43.36% from 255) = 26.07%

R = 54.98%
G = 18.96%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E8506E (or 0xE8506E) is known color: Cranberry. HEX triplet: E8, 50 and 6E. RGB value is (232,80,110). Sum of RGB (Red+Green+Blue) = 232+80+110=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E8506E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8506E is #17AF91. Grayscale: #808080. Windows color (decimal): -1552274 or 7229672. OLE color: 7229672.

HSL color Cylindrical-coordinate representation of color #E8506E: hue angle of 348.16º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8506E is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 80 110 -
CMYK 0 0.66 0.53 0.09
HSL 348.16º 0.77% 0.61% -
HSV(B) 348.16º 0.66% 0.91% -
XYZ 38.96 24.02 17.33 -
YUV 128.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 232 80 110 0 0.66 0.53 0.09 348.16 0.77 0.61
Hex E8 50 6E 0 42 35 9 15C 4D 3D
Octal 350 120 156 0 102 65 11 534 115 75
Binary 11101000 1010000 1101110 0 1000010 110101 1001 101011100 1001101 111101

Color Harmonies of #E8506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8506E

Black with #E8506E

Text Example


Text Example

White with #E8506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8506E; }

 p { color: rgb(232,80,110); }

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

background-color css

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

 a { background-color: rgb(232,80,110); }

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

border-color css

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

 span { border-color: rgb(232,80,110); }

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