Html Css Color HEX #E5526B Cranberry

📋 copy color: '#E5526B'

red 229 ◦ green 82 ◦ blue 107

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

Shades of Cranberry #E5526B

Tints of Cranberry #E5526B

RGB

 RED value IS 229 (89.84% from 255) = 54.78%

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

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

R = 54.78%
G = 19.62%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5526B (or 0xE5526B) is known color: Cranberry. HEX triplet: E5, 52 and 6B. RGB value is (229,82,107). Sum of RGB (Red+Green+Blue) = 229+82+107=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E5526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5526B is #1AAD94. Grayscale: #808080. Windows color (decimal): -1748373 or 7033573. OLE color: 7033573.

HSL color Cylindrical-coordinate representation of color #E5526B: hue angle of 349.8º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5526B is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 82 107 -
CMYK 0 0.64 0.53 0.10
HSL 349.8º 0.74% 0.61% -
HSV(B) 349.8º 0.64% 0.9% -
XYZ 37.98 23.75 16.49 -
YUV 128.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 229 82 107 0 0.64 0.53 0.10 349.8 0.74 0.61
Hex E5 52 6B 0 40 35 A 15E 4A 3D
Octal 345 122 153 0 100 65 12 536 112 75
Binary 11100101 1010010 1101011 0 1000000 110101 1010 101011110 1001010 111101

Color Harmonies of #E5526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5526B

Black with #E5526B

Text Example


Text Example

White with #E5526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5526B; }

 p { color: rgb(229,82,107); }

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

background-color css

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

 a { background-color: rgb(229,82,107); }

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

border-color css

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

 span { border-color: rgb(229,82,107); }

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