Html Css Color HEX #E0507E Cranberry

📋 copy color: '#E0507E'

red 224 ◦ green 80 ◦ blue 126

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

Shades of Cranberry #E0507E

Tints of Cranberry #E0507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 52.09%
G = 18.6%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0507E (or 0xE0507E) is known color: Cranberry. HEX triplet: E0, 50 and 7E. RGB value is (224,80,126). Sum of RGB (Red+Green+Blue) = 224+80+126=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0507E is #1FAF81. Grayscale: #808080. Windows color (decimal): -2076546 or 8278240. OLE color: 8278240.

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

Color convert

RGB 224 80 126 -
CMYK 0 0.64 0.44 0.12
HSL 340.83º 0.7% 0.6% -
HSV(B) 340.83º 0.64% 0.88% -
XYZ 37.38 23.09 22.23 -
YUV 128.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 224 80 126 0 0.64 0.44 0.12 340.83 0.7 0.6
Hex E0 50 7E 0 40 2C C 155 46 3C
Octal 340 120 176 0 100 54 14 525 106 74
Binary 11100000 1010000 1111110 0 1000000 101100 1100 101010101 1000110 111100

Color Harmonies of #E0507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0507E

Black with #E0507E

Text Example


Text Example

White with #E0507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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