Html Css Color HEX #E0507D Cranberry

📋 copy color: '#E0507D'

red 224 ◦ green 80 ◦ blue 125

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

Shades of Cranberry #E0507D

Tints of Cranberry #E0507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 52.21%
G = 18.65%
B = 29.14%

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

#E0507D (or 0xE0507D) is known color: Cranberry. HEX triplet: E0, 50 and 7D. RGB value is (224,80,125). Sum of RGB (Red+Green+Blue) = 224+80+125=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0507D is #1FAF82. Grayscale: #808080. Windows color (decimal): -2076547 or 8212704. OLE color: 8212704.

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

Color convert

RGB 224 80 125 -
CMYK 0 0.64 0.44 0.12
HSL 341.25º 0.7% 0.6% -
HSV(B) 341.25º 0.64% 0.88% -
XYZ 37.31 23.07 21.89 -
YUV 128.19 126.21 196.34 -
System Red Green Blue C M Y K H S L
Decimal 224 80 125 0 0.64 0.44 0.12 341.25 0.7 0.6
Hex E0 50 7D 0 40 2C C 155 46 3C
Octal 340 120 175 0 100 54 14 525 106 74
Binary 11100000 1010000 1111101 0 1000000 101100 1100 101010101 1000110 111100

Color Harmonies of #E0507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0507D

Black with #E0507D

Text Example


Text Example

White with #E0507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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