Html Css Color HEX #E65965 Froly

📋 copy color: '#E65965'

red 230 ◦ green 89 ◦ blue 101

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

Shades of Froly #E65965

Tints of Froly #E65965

RGB

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

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

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

R = 54.76%
G = 21.19%
B = 24.05%

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

#E65965 (or 0xE65965) is known color: Froly. HEX triplet: E6, 59 and 65. RGB value is (230,89,101). Sum of RGB (Red+Green+Blue) = 230+89+101=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E65965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65965 is #19A69A. Grayscale: #848484. Windows color (decimal): -1681051 or 6642150. OLE color: 6642150.

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

Color convert

RGB 230 89 101 -
CMYK 0 0.61 0.56 0.10
HSL 354.89º 0.74% 0.63% -
HSV(B) 354.89º 0.61% 0.9% -
XYZ 38.55 24.91 15.09 -
YUV 132.53 110.21 197.52 -
System Red Green Blue C M Y K H S L
Decimal 230 89 101 0 0.61 0.56 0.10 354.89 0.74 0.63
Hex E6 59 65 0 3D 38 A 163 4A 3F
Octal 346 131 145 0 75 70 12 543 112 77
Binary 11100110 1011001 1100101 0 111101 111000 1010 101100011 1001010 111111

Color Harmonies of #E65965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65965

Black with #E65965

Text Example


Text Example

White with #E65965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65965; }

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

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

background-color css

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

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

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

border-color css

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

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

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