Html Css Color HEX #E0507F Cranberry

📋 copy color: '#E0507F'

red 224 ◦ green 80 ◦ blue 127

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

Shades of Cranberry #E0507F

Tints of Cranberry #E0507F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.47%

R = 51.97%
G = 18.56%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0507F (or 0xE0507F) is known color: Cranberry. HEX triplet: E0, 50 and 7F. RGB value is (224,80,127). Sum of RGB (Red+Green+Blue) = 224+80+127=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E0507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0507F is #1FAF80. Grayscale: #808080. Windows color (decimal): -2076545 or 8343776. OLE color: 8343776.

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

Color convert

RGB 224 80 127 -
CMYK 0 0.64 0.43 0.12
HSL 340.42º 0.7% 0.6% -
HSV(B) 340.42º 0.64% 0.88% -
XYZ 37.44 23.12 22.57 -
YUV 128.41 127.21 196.18 -
System Red Green Blue C M Y K H S L
Decimal 224 80 127 0 0.64 0.43 0.12 340.42 0.7 0.6
Hex E0 50 7F 0 40 2B C 154 46 3C
Octal 340 120 177 0 100 53 14 524 106 74
Binary 11100000 1010000 1111111 0 1000000 101011 1100 101010100 1000110 111100

Color Harmonies of #E0507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0507F

Black with #E0507F

Text Example


Text Example

White with #E0507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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