Html Css Color HEX #E9526A Cranberry

📋 copy color: '#E9526A'

red 233 ◦ green 82 ◦ blue 106

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

Shades of Cranberry #E9526A

Tints of Cranberry #E9526A

RGB

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

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

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

R = 55.34%
G = 19.48%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E9526A (or 0xE9526A) is known color: Cranberry. HEX triplet: E9, 52 and 6A. RGB value is (233,82,106). Sum of RGB (Red+Green+Blue) = 233+82+106=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E9526A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9526A is #16AD95. Grayscale: #818181. Windows color (decimal): -1486230 or 6968041. OLE color: 6968041.

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

Color convert

RGB 233 82 106 -
CMYK 0 0.65 0.55 0.09
HSL 350.46º 0.77% 0.62% -
HSV(B) 350.46º 0.65% 0.91% -
XYZ 39.22 24.4 16.28 -
YUV 129.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 233 82 106 0 0.65 0.55 0.09 350.46 0.77 0.62
Hex E9 52 6A 0 41 37 9 15E 4D 3E
Octal 351 122 152 0 101 67 11 536 115 76
Binary 11101001 1010010 1101010 0 1000001 110111 1001 101011110 1001101 111110

Color Harmonies of #E9526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9526A

Black with #E9526A

Text Example


Text Example

White with #E9526A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9526A; }

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

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

background-color css

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

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

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

border-color css

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

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

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