Html Css Color HEX #E05078 Cranberry

📋 copy color: '#E05078'

red 224 ◦ green 80 ◦ blue 120

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

Shades of Cranberry #E05078

Tints of Cranberry #E05078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.3%

R = 52.83%
G = 18.87%
B = 28.3%

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

#E05078 (or 0xE05078) is known color: Cranberry. HEX triplet: E0, 50 and 78. RGB value is (224,80,120). Sum of RGB (Red+Green+Blue) = 224+80+120=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E05078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05078 is #1FAF87. Grayscale: #7F7F7F. Windows color (decimal): -2076552 or 7885024. OLE color: 7885024.

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

Color convert

RGB 224 80 120 -
CMYK 0 0.64 0.46 0.12
HSL 343.33º 0.7% 0.6% -
HSV(B) 343.33º 0.64% 0.88% -
XYZ 37 22.94 20.25 -
YUV 127.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 224 80 120 0 0.64 0.46 0.12 343.33 0.7 0.6
Hex E0 50 78 0 40 2E C 157 46 3C
Octal 340 120 170 0 100 56 14 527 106 74
Binary 11100000 1010000 1111000 0 1000000 101110 1100 101010111 1000110 111100

Color Harmonies of #E05078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05078

Black with #E05078

Text Example


Text Example

White with #E05078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05078; }

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

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

background-color css

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

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

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

border-color css

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

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

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