Html Css Color HEX #E0526D Cranberry

📋 copy color: '#E0526D'

red 224 ◦ green 82 ◦ blue 109

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

Shades of Cranberry #E0526D

Tints of Cranberry #E0526D

RGB

 RED value IS 224 (87.89% from 255) = 53.98%

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

 BLUE value IS 109 (42.97% from 255) = 26.27%

R = 53.98%
G = 19.76%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0526D (or 0xE0526D) is known color: Cranberry. HEX triplet: E0, 52 and 6D. RGB value is (224,82,109). Sum of RGB (Red+Green+Blue) = 224+82+109=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0526D is #1FAD92. Grayscale: #7F7F7F. Windows color (decimal): -2076051 or 7164640. OLE color: 7164640.

HSL color Cylindrical-coordinate representation of color #E0526D: hue angle of 348.59º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0526D is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 109 -
CMYK 0 0.63 0.51 0.12
HSL 348.59º 0.7% 0.6% -
HSV(B) 348.59º 0.63% 0.88% -
XYZ 36.52 22.99 16.98 -
YUV 127.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 224 82 109 0 0.63 0.51 0.12 348.59 0.7 0.6
Hex E0 52 6D 0 3F 33 C 15D 46 3C
Octal 340 122 155 0 77 63 14 535 106 74
Binary 11100000 1010010 1101101 0 111111 110011 1100 101011101 1000110 111100

Color Harmonies of #E0526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0526D

Black with #E0526D

Text Example


Text Example

White with #E0526D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0526D; }

 p { color: rgb(224,82,109); }

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

background-color css

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

 a { background-color: rgb(224,82,109); }

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

border-color css

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

 span { border-color: rgb(224,82,109); }

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