Html Css Color HEX #E05172 Cranberry

📋 copy color: '#E05172'

red 224 ◦ green 81 ◦ blue 114

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

Shades of Cranberry #E05172

Tints of Cranberry #E05172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.21%

R = 53.46%
G = 19.33%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E05172 (or 0xE05172) is known color: Cranberry. HEX triplet: E0, 51 and 72. RGB value is (224,81,114). Sum of RGB (Red+Green+Blue) = 224+81+114=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E05172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05172 is #1FAE8D. Grayscale: #7F7F7F. Windows color (decimal): -2076302 or 7492064. OLE color: 7492064.

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

Color convert

RGB 224 81 114 -
CMYK 0 0.64 0.49 0.12
HSL 346.15º 0.7% 0.6% -
HSV(B) 346.15º 0.64% 0.88% -
XYZ 36.72 22.95 18.41 -
YUV 127.52 120.38 196.82 -
System Red Green Blue C M Y K H S L
Decimal 224 81 114 0 0.64 0.49 0.12 346.15 0.7 0.6
Hex E0 51 72 0 40 31 C 15A 46 3C
Octal 340 121 162 0 100 61 14 532 106 74
Binary 11100000 1010001 1110010 0 1000000 110001 1100 101011010 1000110 111100

Color Harmonies of #E05172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05172

Black with #E05172

Text Example


Text Example

White with #E05172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05172; }

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

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

background-color css

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

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

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

border-color css

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

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

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