Html Css Color HEX #E0506A Cranberry

📋 copy color: '#E0506A'

red 224 ◦ green 80 ◦ blue 106

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

Shades of Cranberry #E0506A

Tints of Cranberry #E0506A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.85%

R = 54.63%
G = 19.51%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0506A (or 0xE0506A) is known color: Cranberry. HEX triplet: E0, 50 and 6A. RGB value is (224,80,106). Sum of RGB (Red+Green+Blue) = 224+80+106=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E0506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0506A is #1FAF95. Grayscale: #7E7E7E. Windows color (decimal): -2076566 or 6967520. OLE color: 6967520.

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

Color convert

RGB 224 80 106 -
CMYK 0 0.64 0.53 0.12
HSL 349.17º 0.7% 0.6% -
HSV(B) 349.17º 0.64% 0.88% -
XYZ 36.21 22.63 16.09 -
YUV 126.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 224 80 106 0 0.64 0.53 0.12 349.17 0.7 0.6
Hex E0 50 6A 0 40 35 C 15D 46 3C
Octal 340 120 152 0 100 65 14 535 106 74
Binary 11100000 1010000 1101010 0 1000000 110101 1100 101011101 1000110 111100

Color Harmonies of #E0506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0506A

Black with #E0506A

Text Example


Text Example

White with #E0506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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