Html Css Color HEX #E55D68 Froly

📋 copy color: '#E55D68'

red 229 ◦ green 93 ◦ blue 104

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

Shades of Froly #E55D68

Tints of Froly #E55D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.41%

R = 53.76%
G = 21.83%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E55D68 (or 0xE55D68) is known color: Froly. HEX triplet: E5, 5D and 68. RGB value is (229,93,104). Sum of RGB (Red+Green+Blue) = 229+93+104=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E55D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55D68 is #1AA297. Grayscale: #878787. Windows color (decimal): -1745560 or 6839781. OLE color: 6839781.

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

Color convert

RGB 229 93 104 -
CMYK 0 0.59 0.55 0.10
HSL 355.15º 0.72% 0.63% -
HSV(B) 355.15º 0.59% 0.9% -
XYZ 38.73 25.49 15.97 -
YUV 134.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 229 93 104 0 0.59 0.55 0.10 355.15 0.72 0.63
Hex E5 5D 68 0 3B 37 A 163 48 3F
Octal 345 135 150 0 73 67 12 543 110 77
Binary 11100101 1011101 1101000 0 111011 110111 1010 101100011 1001000 111111

Color Harmonies of #E55D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55D68

Black with #E55D68

Text Example


Text Example

White with #E55D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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