Html Css Color HEX #E9506A Cranberry

📋 copy color: '#E9506A'

red 233 ◦ green 80 ◦ blue 106

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

Shades of Cranberry #E9506A

Tints of Cranberry #E9506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.3%

R = 55.61%
G = 19.09%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E9506A (or 0xE9506A) is known color: Cranberry. HEX triplet: E9, 50 and 6A. RGB value is (233,80,106). Sum of RGB (Red+Green+Blue) = 233+80+106=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E9506A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9506A is #16AF95. Grayscale: #808080. Windows color (decimal): -1486742 or 6967529. OLE color: 6967529.

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

Color convert

RGB 233 80 106 -
CMYK 0 0.66 0.55 0.09
HSL 349.8º 0.78% 0.61% -
HSV(B) 349.8º 0.66% 0.91% -
XYZ 39.07 24.1 16.23 -
YUV 128.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 233 80 106 0 0.66 0.55 0.09 349.8 0.78 0.61
Hex E9 50 6A 0 42 37 9 15E 4E 3D
Octal 351 120 152 0 102 67 11 536 116 75
Binary 11101001 1010000 1101010 0 1000010 110111 1001 101011110 1001110 111101

Color Harmonies of #E9506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9506A

Black with #E9506A

Text Example


Text Example

White with #E9506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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