Html Css Color HEX #E0507C Cranberry

📋 copy color: '#E0507C'

red 224 ◦ green 80 ◦ blue 124

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

Shades of Cranberry #E0507C

Tints of Cranberry #E0507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.69%

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

R = 52.34%
G = 18.69%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0507C (or 0xE0507C) is known color: Cranberry. HEX triplet: E0, 50 and 7C. RGB value is (224,80,124). Sum of RGB (Red+Green+Blue) = 224+80+124=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0507C is #1FAF83. Grayscale: #808080. Windows color (decimal): -2076548 or 8147168. OLE color: 8147168.

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

Color convert

RGB 224 80 124 -
CMYK 0 0.64 0.45 0.12
HSL 341.67º 0.7% 0.6% -
HSV(B) 341.67º 0.64% 0.88% -
XYZ 37.25 23.04 21.55 -
YUV 128.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 224 80 124 0 0.64 0.45 0.12 341.67 0.7 0.6
Hex E0 50 7C 0 40 2D C 156 46 3C
Octal 340 120 174 0 100 55 14 526 106 74
Binary 11100000 1010000 1111100 0 1000000 101101 1100 101010110 1000110 111100

Color Harmonies of #E0507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0507C

Black with #E0507C

Text Example


Text Example

White with #E0507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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