Html Css Color HEX #E0527E Cranberry

📋 copy color: '#E0527E'

red 224 ◦ green 82 ◦ blue 126

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

Shades of Cranberry #E0527E

Tints of Cranberry #E0527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.17%

R = 51.85%
G = 18.98%
B = 29.17%

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

#E0527E (or 0xE0527E) is known color: Cranberry. HEX triplet: E0, 52 and 7E. RGB value is (224,82,126). Sum of RGB (Red+Green+Blue) = 224+82+126=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0527E is #1FAD81. Grayscale: #818181. Windows color (decimal): -2076034 or 8278752. OLE color: 8278752.

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

Color convert

RGB 224 82 126 -
CMYK 0 0.63 0.44 0.12
HSL 341.41º 0.7% 0.6% -
HSV(B) 341.41º 0.63% 0.88% -
XYZ 37.52 23.39 22.28 -
YUV 129.47 126.04 195.42 -
System Red Green Blue C M Y K H S L
Decimal 224 82 126 0 0.63 0.44 0.12 341.41 0.7 0.6
Hex E0 52 7E 0 3F 2C C 155 46 3C
Octal 340 122 176 0 77 54 14 525 106 74
Binary 11100000 1010010 1111110 0 111111 101100 1100 101010101 1000110 111100

Color Harmonies of #E0527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0527E

Black with #E0527E

Text Example


Text Example

White with #E0527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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