Html Css Color HEX #E0506C Cranberry

📋 copy color: '#E0506C'

red 224 ◦ green 80 ◦ blue 108

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

Shades of Cranberry #E0506C

Tints of Cranberry #E0506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.21%

R = 54.37%
G = 19.42%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0506C (or 0xE0506C) is known color: Cranberry. HEX triplet: E0, 50 and 6C. RGB value is (224,80,108). Sum of RGB (Red+Green+Blue) = 224+80+108=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0506C is #1FAF93. Grayscale: #7E7E7E. Windows color (decimal): -2076564 or 7098592. OLE color: 7098592.

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

Color convert

RGB 224 80 108 -
CMYK 0 0.64 0.52 0.12
HSL 348.33º 0.7% 0.6% -
HSV(B) 348.33º 0.64% 0.88% -
XYZ 36.32 22.67 16.65 -
YUV 126.25 117.71 197.72 -
System Red Green Blue C M Y K H S L
Decimal 224 80 108 0 0.64 0.52 0.12 348.33 0.7 0.6
Hex E0 50 6C 0 40 34 C 15C 46 3C
Octal 340 120 154 0 100 64 14 534 106 74
Binary 11100000 1010000 1101100 0 1000000 110100 1100 101011100 1000110 111100

Color Harmonies of #E0506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0506C

Black with #E0506C

Text Example


Text Example

White with #E0506C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0506C; }

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

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

background-color css

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

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

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

border-color css

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

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

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