Html Css Color HEX #E0527C Cranberry

📋 copy color: '#E0527C'

red 224 ◦ green 82 ◦ blue 124

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

Shades of Cranberry #E0527C

Tints of Cranberry #E0527C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.84%

R = 52.09%
G = 19.07%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0527C (or 0xE0527C) is known color: Cranberry. HEX triplet: E0, 52 and 7C. RGB value is (224,82,124). Sum of RGB (Red+Green+Blue) = 224+82+124=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0527C is #1FAD83. Grayscale: #818181. Windows color (decimal): -2076036 or 8147680. OLE color: 8147680.

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

Color convert

RGB 224 82 124 -
CMYK 0 0.63 0.45 0.12
HSL 342.25º 0.7% 0.6% -
HSV(B) 342.25º 0.63% 0.88% -
XYZ 37.4 23.34 21.6 -
YUV 129.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 224 82 124 0 0.63 0.45 0.12 342.25 0.7 0.6
Hex E0 52 7C 0 3F 2D C 156 46 3C
Octal 340 122 174 0 77 55 14 526 106 74
Binary 11100000 1010010 1111100 0 111111 101101 1100 101010110 1000110 111100

Color Harmonies of #E0527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0527C

Black with #E0527C

Text Example


Text Example

White with #E0527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0527C; }

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

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

background-color css

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

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

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

border-color css

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

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

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