Html Css Color HEX #E05C74 Cranberry

📋 copy color: '#E05C74'

red 224 ◦ green 92 ◦ blue 116

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

Shades of Cranberry #E05C74

Tints of Cranberry #E05C74

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.3%

 BLUE value IS 116 (45.7% from 255) = 26.85%

R = 51.85%
G = 21.3%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E05C74 (or 0xE05C74) is known color: Cranberry. HEX triplet: E0, 5C and 74. RGB value is (224,92,116). Sum of RGB (Red+Green+Blue) = 224+92+116=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C74 is #1FA38B. Grayscale: #868686. Windows color (decimal): -2073484 or 7625952. OLE color: 7625952.

HSL color Cylindrical-coordinate representation of color #E05C74: hue angle of 349.09º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05C74 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 92 116 -
CMYK 0 0.59 0.48 0.12
HSL 349.09º 0.68% 0.62% -
HSV(B) 349.09º 0.59% 0.88% -
XYZ 37.72 24.76 19.31 -
YUV 134.2 117.73 192.05 -
System Red Green Blue C M Y K H S L
Decimal 224 92 116 0 0.59 0.48 0.12 349.09 0.68 0.62
Hex E0 5C 74 0 3B 30 C 15D 44 3E
Octal 340 134 164 0 73 60 14 535 104 76
Binary 11100000 1011100 1110100 0 111011 110000 1100 101011101 1000100 111110

Color Harmonies of #E05C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05C74

Black with #E05C74

Text Example


Text Example

White with #E05C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05C74; }

 p { color: rgb(224,92,116); }

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

background-color css

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

 a { background-color: rgb(224,92,116); }

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

border-color css

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

 span { border-color: rgb(224,92,116); }

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