Html Css Color HEX #E0507A Cranberry

📋 copy color: '#E0507A'

red 224 ◦ green 80 ◦ blue 122

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

Shades of Cranberry #E0507A

Tints of Cranberry #E0507A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.64%

R = 52.58%
G = 18.78%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0507A (or 0xE0507A) is known color: Cranberry. HEX triplet: E0, 50 and 7A. RGB value is (224,80,122). Sum of RGB (Red+Green+Blue) = 224+80+122=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E0507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0507A is #1FAF85. Grayscale: #7F7F7F. Windows color (decimal): -2076550 or 8016096. OLE color: 8016096.

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

Color convert

RGB 224 80 122 -
CMYK 0 0.64 0.46 0.12
HSL 342.5º 0.7% 0.6% -
HSV(B) 342.5º 0.64% 0.88% -
XYZ 37.12 22.99 20.89 -
YUV 127.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 224 80 122 0 0.64 0.46 0.12 342.5 0.7 0.6
Hex E0 50 7A 0 40 2E C 156 46 3C
Octal 340 120 172 0 100 56 14 526 106 74
Binary 11100000 1010000 1111010 0 1000000 101110 1100 101010110 1000110 111100

Color Harmonies of #E0507A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0507A

Black with #E0507A

Text Example


Text Example

White with #E0507A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0507A; }

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

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

background-color css

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

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

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

border-color css

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

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

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