Html Css Color HEX #E9506B Cranberry

📋 copy color: '#E9506B'

red 233 ◦ green 80 ◦ blue 107

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

Shades of Cranberry #E9506B

Tints of Cranberry #E9506B

RGB

 RED value IS 233 (91.41% from 255) = 55.48%

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

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

R = 55.48%
G = 19.05%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E9506B (or 0xE9506B) is known color: Cranberry. HEX triplet: E9, 50 and 6B. RGB value is (233,80,107). Sum of RGB (Red+Green+Blue) = 233+80+107=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E9506B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9506B is #16AF94. Grayscale: #808080. Windows color (decimal): -1486741 or 7033065. OLE color: 7033065.

HSL color Cylindrical-coordinate representation of color #E9506B: hue angle of 349.41º degrees, saturation: 0.78, 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 #E9506B is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 80 107 -
CMYK 0 0.66 0.54 0.09
HSL 349.41º 0.78% 0.61% -
HSV(B) 349.41º 0.66% 0.91% -
XYZ 39.13 24.12 16.5 -
YUV 128.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 233 80 107 0 0.66 0.54 0.09 349.41 0.78 0.61
Hex E9 50 6B 0 42 36 9 15D 4E 3D
Octal 351 120 153 0 102 66 11 535 116 75
Binary 11101001 1010000 1101011 0 1000010 110110 1001 101011101 1001110 111101

Color Harmonies of #E9506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9506B

Black with #E9506B

Text Example


Text Example

White with #E9506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9506B; }

 p { color: rgb(233,80,107); }

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

background-color css

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

 a { background-color: rgb(233,80,107); }

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

border-color css

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

 span { border-color: rgb(233,80,107); }

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