Html Css Color HEX #E0527D Cranberry

📋 copy color: '#E0527D'

red 224 ◦ green 82 ◦ blue 125

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

Shades of Cranberry #E0527D

Tints of Cranberry #E0527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29%

R = 51.97%
G = 19.03%
B = 29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0527D (or 0xE0527D) is known color: Cranberry. HEX triplet: E0, 52 and 7D. RGB value is (224,82,125). Sum of RGB (Red+Green+Blue) = 224+82+125=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0527D is #1FAD82. Grayscale: #818181. Windows color (decimal): -2076035 or 8213216. OLE color: 8213216.

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

Color convert

RGB 224 82 125 -
CMYK 0 0.63 0.44 0.12
HSL 341.83º 0.7% 0.6% -
HSV(B) 341.83º 0.63% 0.88% -
XYZ 37.46 23.36 21.94 -
YUV 129.36 125.54 195.5 -
System Red Green Blue C M Y K H S L
Decimal 224 82 125 0 0.63 0.44 0.12 341.83 0.7 0.6
Hex E0 52 7D 0 3F 2C C 156 46 3C
Octal 340 122 175 0 77 54 14 526 106 74
Binary 11100000 1010010 1111101 0 111111 101100 1100 101010110 1000110 111100

Color Harmonies of #E0527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0527D

Black with #E0527D

Text Example


Text Example

White with #E0527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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