Html Css Color HEX #E0526C Cranberry

📋 copy color: '#E0526C'

red 224 ◦ green 82 ◦ blue 108

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

Shades of Cranberry #E0526C

Tints of Cranberry #E0526C

RGB

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

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

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

R = 54.11%
G = 19.81%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0526C (or 0xE0526C) is known color: Cranberry. HEX triplet: E0, 52 and 6C. RGB value is (224,82,108). Sum of RGB (Red+Green+Blue) = 224+82+108=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0526C is #1FAD93. Grayscale: #7F7F7F. Windows color (decimal): -2076052 or 7099104. OLE color: 7099104.

HSL color Cylindrical-coordinate representation of color #E0526C: hue angle of 349.01º 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 #E0526C is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 108 -
CMYK 0 0.63 0.52 0.12
HSL 349.01º 0.7% 0.6% -
HSV(B) 349.01º 0.63% 0.88% -
XYZ 36.46 22.96 16.7 -
YUV 127.42 117.04 196.89 -
System Red Green Blue C M Y K H S L
Decimal 224 82 108 0 0.63 0.52 0.12 349.01 0.7 0.6
Hex E0 52 6C 0 3F 34 C 15D 46 3C
Octal 340 122 154 0 77 64 14 535 106 74
Binary 11100000 1010010 1101100 0 111111 110100 1100 101011101 1000110 111100

Color Harmonies of #E0526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0526C

Black with #E0526C

Text Example


Text Example

White with #E0526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0526C; }

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

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

background-color css

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

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

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

border-color css

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

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

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