Html Css Color HEX #E0506E Cranberry

📋 copy color: '#E0506E'

red 224 ◦ green 80 ◦ blue 110

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

Shades of Cranberry #E0506E

Tints of Cranberry #E0506E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.57%

R = 54.11%
G = 19.32%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E0506E (or 0xE0506E) is known color: Cranberry. HEX triplet: E0, 50 and 6E. RGB value is (224,80,110). Sum of RGB (Red+Green+Blue) = 224+80+110=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0506E is #1FAF91. Grayscale: #7E7E7E. Windows color (decimal): -2076562 or 7229664. OLE color: 7229664.

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

Color convert

RGB 224 80 110 -
CMYK 0 0.64 0.51 0.12
HSL 347.5º 0.7% 0.6% -
HSV(B) 347.5º 0.64% 0.88% -
XYZ 36.42 22.71 17.22 -
YUV 126.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 224 80 110 0 0.64 0.51 0.12 347.5 0.7 0.6
Hex E0 50 6E 0 40 33 C 15C 46 3C
Octal 340 120 156 0 100 63 14 534 106 74
Binary 11100000 1010000 1101110 0 1000000 110011 1100 101011100 1000110 111100

Color Harmonies of #E0506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0506E

Black with #E0506E

Text Example


Text Example

White with #E0506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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