Html Css Color HEX #E9526C Cranberry

📋 copy color: '#E9526C'

red 233 ◦ green 82 ◦ blue 108

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

Shades of Cranberry #E9526C

Tints of Cranberry #E9526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.39%

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

R = 55.08%
G = 19.39%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E9526C (or 0xE9526C) is known color: Cranberry. HEX triplet: E9, 52 and 6C. RGB value is (233,82,108). Sum of RGB (Red+Green+Blue) = 233+82+108=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E9526C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9526C is #16AD93. Grayscale: #828282. Windows color (decimal): -1486228 or 7099113. OLE color: 7099113.

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

Color convert

RGB 233 82 108 -
CMYK 0 0.65 0.54 0.09
HSL 349.67º 0.77% 0.62% -
HSV(B) 349.67º 0.65% 0.91% -
XYZ 39.33 24.44 16.83 -
YUV 130.11 115.53 201.39 -
System Red Green Blue C M Y K H S L
Decimal 233 82 108 0 0.65 0.54 0.09 349.67 0.77 0.62
Hex E9 52 6C 0 41 36 9 15E 4D 3E
Octal 351 122 154 0 101 66 11 536 115 76
Binary 11101001 1010010 1101100 0 1000001 110110 1001 101011110 1001101 111110

Color Harmonies of #E9526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9526C

Black with #E9526C

Text Example


Text Example

White with #E9526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9526C; }

 p { color: rgb(233,82,108); }

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

background-color css

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

 a { background-color: rgb(233,82,108); }

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

border-color css

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

 span { border-color: rgb(233,82,108); }

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