Html Css Color HEX #E66065 Froly

📋 copy color: '#E66065'

red 230 ◦ green 96 ◦ blue 101

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

Shades of Froly #E66065

Tints of Froly #E66065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.48%

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

R = 53.86%
G = 22.48%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E66065 (or 0xE66065) is known color: Froly. HEX triplet: E6, 60 and 65. RGB value is (230,96,101). Sum of RGB (Red+Green+Blue) = 230+96+101=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E66065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66065 is #199F9A. Grayscale: #888888. Windows color (decimal): -1679259 or 6643942. OLE color: 6643942.

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

Color convert

RGB 230 96 101 -
CMYK 0 0.58 0.56 0.10
HSL 357.76º 0.73% 0.64% -
HSV(B) 357.76º 0.58% 0.9% -
XYZ 39.16 26.13 15.29 -
YUV 136.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 230 96 101 0 0.58 0.56 0.10 357.76 0.73 0.64
Hex E6 60 65 0 3A 38 A 166 49 40
Octal 346 140 145 0 72 70 12 546 111 100
Binary 11100110 1100000 1100101 0 111010 111000 1010 101100110 1001001 1000000

Color Harmonies of #E66065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66065

Black with #E66065

Text Example


Text Example

White with #E66065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66065; }

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

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

background-color css

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

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

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

border-color css

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

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

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