Html Css Color HEX #E55F6D Froly

📋 copy color: '#E55F6D'

red 229 ◦ green 95 ◦ blue 109

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

Shades of Froly #E55F6D

Tints of Froly #E55F6D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.94%

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

R = 52.89%
G = 21.94%
B = 25.17%

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

#E55F6D (or 0xE55F6D) is known color: Froly. HEX triplet: E5, 5F and 6D. RGB value is (229,95,109). Sum of RGB (Red+Green+Blue) = 229+95+109=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55F6D is #1AA092. Grayscale: #888888. Windows color (decimal): -1745043 or 7167973. OLE color: 7167973.

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

Color convert

RGB 229 95 109 -
CMYK 0 0.59 0.52 0.10
HSL 353.73º 0.72% 0.64% -
HSV(B) 353.73º 0.59% 0.9% -
XYZ 39.17 25.95 17.41 -
YUV 136.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 229 95 109 0 0.59 0.52 0.10 353.73 0.72 0.64
Hex E5 5F 6D 0 3B 34 A 162 48 40
Octal 345 137 155 0 73 64 12 542 110 100
Binary 11100101 1011111 1101101 0 111011 110100 1010 101100010 1001000 1000000

Color Harmonies of #E55F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55F6D

Black with #E55F6D

Text Example


Text Example

White with #E55F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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