Html Css Color HEX #E55868 Froly

📋 copy color: '#E55868'

red 229 ◦ green 88 ◦ blue 104

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

Shades of Froly #E55868

Tints of Froly #E55868

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

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

R = 54.39%
G = 20.9%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E55868 (or 0xE55868) is known color: Froly. HEX triplet: E5, 58 and 68. RGB value is (229,88,104). Sum of RGB (Red+Green+Blue) = 229+88+104=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E55868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55868 is #1AA797. Grayscale: #848484. Windows color (decimal): -1746840 or 6838501. OLE color: 6838501.

HSL color Cylindrical-coordinate representation of color #E55868: hue angle of 353.19º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55868 is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 88 104 -
CMYK 0 0.62 0.55 0.10
HSL 353.19º 0.73% 0.62% -
HSV(B) 353.19º 0.62% 0.9% -
XYZ 38.3 24.64 15.83 -
YUV 131.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 229 88 104 0 0.62 0.55 0.10 353.19 0.73 0.62
Hex E5 58 68 0 3E 37 A 161 49 3E
Octal 345 130 150 0 76 67 12 541 111 76
Binary 11100101 1011000 1101000 0 111110 110111 1010 101100001 1001001 111110

Color Harmonies of #E55868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55868

Black with #E55868

Text Example


Text Example

White with #E55868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55868; }

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

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

background-color css

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

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

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

border-color css

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

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

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