Html Css Color HEX #E65C60 Froly

📋 copy color: '#E65C60'

red 230 ◦ green 92 ◦ blue 96

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

Shades of Froly #E65C60

Tints of Froly #E65C60

RGB

 RED value IS 230 (90.23% from 255) = 55.02%

 GREEN value IS 92 (36.33% from 255) = 22.01%

 BLUE value IS 96 (37.89% from 255) = 22.97%

R = 55.02%
G = 22.01%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E65C60 (or 0xE65C60) is known color: Froly. HEX triplet: E6, 5C and 60. RGB value is (230,92,96). Sum of RGB (Red+Green+Blue) = 230+92+96=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C60 is #19A39F. Grayscale: #858585. Windows color (decimal): -1680288 or 6315238. OLE color: 6315238.

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

Color convert

RGB 230 92 96 -
CMYK 0 0.60 0.58 0.10
HSL 358.26º 0.73% 0.63% -
HSV(B) 358.26º 0.6% 0.9% -
XYZ 38.57 25.32 13.92 -
YUV 133.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 230 92 96 0 0.60 0.58 0.10 358.26 0.73 0.63
Hex E6 5C 60 0 3C 3A A 166 49 3F
Octal 346 134 140 0 74 72 12 546 111 77
Binary 11100110 1011100 1100000 0 111100 111010 1010 101100110 1001001 111111

Color Harmonies of #E65C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65C60

Black with #E65C60

Text Example


Text Example

White with #E65C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65C60; }

 p { color: rgb(230,92,96); }

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

background-color css

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

 a { background-color: rgb(230,92,96); }

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

border-color css

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

 span { border-color: rgb(230,92,96); }

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