Html Css Color HEX #E05174 Cranberry

📋 copy color: '#E05174'

red 224 ◦ green 81 ◦ blue 116

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

Shades of Cranberry #E05174

Tints of Cranberry #E05174

RGB

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

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

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

R = 53.21%
G = 19.24%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E05174 (or 0xE05174) is known color: Cranberry. HEX triplet: E0, 51 and 74. RGB value is (224,81,116). Sum of RGB (Red+Green+Blue) = 224+81+116=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E05174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05174 is #1FAE8B. Grayscale: #7F7F7F. Windows color (decimal): -2076300 or 7623136. OLE color: 7623136.

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

Color convert

RGB 224 81 116 -
CMYK 0 0.64 0.48 0.12
HSL 345.31º 0.7% 0.6% -
HSV(B) 345.31º 0.64% 0.88% -
XYZ 36.84 22.99 19.02 -
YUV 127.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 224 81 116 0 0.64 0.48 0.12 345.31 0.7 0.6
Hex E0 51 74 0 40 30 C 159 46 3C
Octal 340 121 164 0 100 60 14 531 106 74
Binary 11100000 1010001 1110100 0 1000000 110000 1100 101011001 1000110 111100

Color Harmonies of #E05174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05174

Black with #E05174

Text Example


Text Example

White with #E05174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05174; }

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

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

background-color css

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

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

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

border-color css

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

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

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