Html Css Color HEX #E65C65 Froly

📋 copy color: '#E65C65'

red 230 ◦ green 92 ◦ blue 101

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

Shades of Froly #E65C65

Tints of Froly #E65C65

RGB

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

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

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

R = 54.37%
G = 21.75%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E65C65 (or 0xE65C65) is known color: Froly. HEX triplet: E6, 5C and 65. RGB value is (230,92,101). Sum of RGB (Red+Green+Blue) = 230+92+101=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C65 is #19A39A. Grayscale: #868686. Windows color (decimal): -1680283 or 6642918. OLE color: 6642918.

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

Color convert

RGB 230 92 101 -
CMYK 0 0.60 0.56 0.10
HSL 356.09º 0.73% 0.63% -
HSV(B) 356.09º 0.6% 0.9% -
XYZ 38.81 25.42 15.17 -
YUV 134.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 230 92 101 0 0.60 0.56 0.10 356.09 0.73 0.63
Hex E6 5C 65 0 3C 38 A 164 49 3F
Octal 346 134 145 0 74 70 12 544 111 77
Binary 11100110 1011100 1100101 0 111100 111000 1010 101100100 1001001 111111

Color Harmonies of #E65C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65C65

Black with #E65C65

Text Example


Text Example

White with #E65C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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