Html Css Color HEX #E55D6D Froly

📋 copy color: '#E55D6D'

red 229 ◦ green 93 ◦ blue 109

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

Shades of Froly #E55D6D

Tints of Froly #E55D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.29%

R = 53.13%
G = 21.58%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E55D6D (or 0xE55D6D) is known color: Froly. HEX triplet: E5, 5D and 6D. RGB value is (229,93,109). Sum of RGB (Red+Green+Blue) = 229+93+109=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55D6D is #1AA292. Grayscale: #878787. Windows color (decimal): -1745555 or 7167461. OLE color: 7167461.

HSL color Cylindrical-coordinate representation of color #E55D6D: hue angle of 352.94º 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 #E55D6D is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 93 109 -
CMYK 0 0.59 0.52 0.10
HSL 352.94º 0.72% 0.63% -
HSV(B) 352.94º 0.59% 0.9% -
XYZ 38.99 25.59 17.35 -
YUV 135.49 113.06 194.7 -
System Red Green Blue C M Y K H S L
Decimal 229 93 109 0 0.59 0.52 0.10 352.94 0.72 0.63
Hex E5 5D 6D 0 3B 34 A 161 48 3F
Octal 345 135 155 0 73 64 12 541 110 77
Binary 11100101 1011101 1101101 0 111011 110100 1010 101100001 1001000 111111

Color Harmonies of #E55D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55D6D

Black with #E55D6D

Text Example


Text Example

White with #E55D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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