Html Css Color HEX #E0506B Cranberry

📋 copy color: '#E0506B'

red 224 ◦ green 80 ◦ blue 107

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

Shades of Cranberry #E0506B

Tints of Cranberry #E0506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.03%

R = 54.5%
G = 19.46%
B = 26.03%

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

#E0506B (or 0xE0506B) is known color: Cranberry. HEX triplet: E0, 50 and 6B. RGB value is (224,80,107). Sum of RGB (Red+Green+Blue) = 224+80+107=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E0506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0506B is #1FAF94. Grayscale: #7E7E7E. Windows color (decimal): -2076565 or 7033056. OLE color: 7033056.

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

Color convert

RGB 224 80 107 -
CMYK 0 0.64 0.52 0.12
HSL 348.75º 0.7% 0.6% -
HSV(B) 348.75º 0.64% 0.88% -
XYZ 36.26 22.65 16.37 -
YUV 126.13 117.21 197.8 -
System Red Green Blue C M Y K H S L
Decimal 224 80 107 0 0.64 0.52 0.12 348.75 0.7 0.6
Hex E0 50 6B 0 40 34 C 15D 46 3C
Octal 340 120 153 0 100 64 14 535 106 74
Binary 11100000 1010000 1101011 0 1000000 110100 1100 101011101 1000110 111100

Color Harmonies of #E0506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0506B

Black with #E0506B

Text Example


Text Example

White with #E0506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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