Html Css Color HEX #E05178 Cranberry

📋 copy color: '#E05178'

red 224 ◦ green 81 ◦ blue 120

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

Shades of Cranberry #E05178

Tints of Cranberry #E05178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.06%

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

R = 52.71%
G = 19.06%
B = 28.24%

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

#E05178 (or 0xE05178) is known color: Cranberry. HEX triplet: E0, 51 and 78. RGB value is (224,81,120). Sum of RGB (Red+Green+Blue) = 224+81+120=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E05178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05178 is #1FAE87. Grayscale: #808080. Windows color (decimal): -2076296 or 7885280. OLE color: 7885280.

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

Color convert

RGB 224 81 120 -
CMYK 0 0.64 0.46 0.12
HSL 343.64º 0.7% 0.6% -
HSV(B) 343.64º 0.64% 0.88% -
XYZ 37.07 23.09 20.27 -
YUV 128.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 224 81 120 0 0.64 0.46 0.12 343.64 0.7 0.6
Hex E0 51 78 0 40 2E C 158 46 3C
Octal 340 121 170 0 100 56 14 530 106 74
Binary 11100000 1010001 1111000 0 1000000 101110 1100 101011000 1000110 111100

Color Harmonies of #E05178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05178

Black with #E05178

Text Example


Text Example

White with #E05178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05178; }

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

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

background-color css

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

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

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

border-color css

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

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

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