Html Css Color HEX #E55D74 Froly

📋 copy color: '#E55D74'

red 229 ◦ green 93 ◦ blue 116

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

Shades of Froly #E55D74

Tints of Froly #E55D74

RGB

 RED value IS 229 (89.84% from 255) = 52.28%

 GREEN value IS 93 (36.72% from 255) = 21.23%

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

R = 52.28%
G = 21.23%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E55D74 (or 0xE55D74) is known color: Froly. HEX triplet: E5, 5D and 74. RGB value is (229,93,116). Sum of RGB (Red+Green+Blue) = 229+93+116=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55D74 is #1AA28B. Grayscale: #888888. Windows color (decimal): -1745548 or 7626213. OLE color: 7626213.

HSL color Cylindrical-coordinate representation of color #E55D74: hue angle of 349.85º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55D74 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 93 116 -
CMYK 0 0.59 0.49 0.10
HSL 349.85º 0.72% 0.63% -
HSV(B) 349.85º 0.59% 0.9% -
XYZ 39.38 25.75 19.42 -
YUV 136.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 229 93 116 0 0.59 0.49 0.10 349.85 0.72 0.63
Hex E5 5D 74 0 3B 31 A 15E 48 3F
Octal 345 135 164 0 73 61 12 536 110 77
Binary 11100101 1011101 1110100 0 111011 110001 1010 101011110 1001000 111111

Color Harmonies of #E55D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55D74

Black with #E55D74

Text Example


Text Example

White with #E55D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55D74; }

 p { color: rgb(229,93,116); }

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

background-color css

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

 a { background-color: rgb(229,93,116); }

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

border-color css

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

 span { border-color: rgb(229,93,116); }

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