Html Css Color HEX #E55965 Froly

📋 copy color: '#E55965'

red 229 ◦ green 89 ◦ blue 101

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

Shades of Froly #E55965

Tints of Froly #E55965

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.24%

 BLUE value IS 101 (39.84% from 255) = 24.11%

R = 54.65%
G = 21.24%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E55965 (or 0xE55965) is known color: Froly. HEX triplet: E5, 59 and 65. RGB value is (229,89,101). Sum of RGB (Red+Green+Blue) = 229+89+101=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E55965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55965 is #1AA69A. Grayscale: #848484. Windows color (decimal): -1746587 or 6642149. OLE color: 6642149.

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

Color convert

RGB 229 89 101 -
CMYK 0 0.61 0.56 0.10
HSL 354.86º 0.73% 0.62% -
HSV(B) 354.86º 0.61% 0.9% -
XYZ 38.23 24.74 15.07 -
YUV 132.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 229 89 101 0 0.61 0.56 0.10 354.86 0.73 0.62
Hex E5 59 65 0 3D 38 A 163 49 3E
Octal 345 131 145 0 75 70 12 543 111 76
Binary 11100101 1011001 1100101 0 111101 111000 1010 101100011 1001001 111110

Color Harmonies of #E55965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55965

Black with #E55965

Text Example


Text Example

White with #E55965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55965; }

 p { color: rgb(229,89,101); }

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

background-color css

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

 a { background-color: rgb(229,89,101); }

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

border-color css

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

 span { border-color: rgb(229,89,101); }

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