Html Css Color HEX #E66D77 Froly

📋 copy color: '#E66D77'

red 230 ◦ green 109 ◦ blue 119

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

Shades of Froly #E66D77

Tints of Froly #E66D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.8%

 BLUE value IS 119 (46.88% from 255) = 25.98%

R = 50.22%
G = 23.8%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E66D77 (or 0xE66D77) is known color: Froly. HEX triplet: E6, 6D and 77. RGB value is (230,109,119). Sum of RGB (Red+Green+Blue) = 230+109+119=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66D77 is #199288. Grayscale: #929292. Windows color (decimal): -1675913 or 7826918. OLE color: 7826918.

HSL color Cylindrical-coordinate representation of color #E66D77: hue angle of 355.04º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66D77 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 109 119 -
CMYK 0 0.53 0.48 0.10
HSL 355.04º 0.71% 0.66% -
HSV(B) 355.04º 0.53% 0.9% -
XYZ 41.43 29.09 20.88 -
YUV 146.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 230 109 119 0 0.53 0.48 0.10 355.04 0.71 0.66
Hex E6 6D 77 0 35 30 A 163 47 42
Octal 346 155 167 0 65 60 12 543 107 102
Binary 11100110 1101101 1110111 0 110101 110000 1010 101100011 1000111 1000010

Color Harmonies of #E66D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66D77

Black with #E66D77

Text Example


Text Example

White with #E66D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66D77; }

 p { color: rgb(230,109,119); }

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

background-color css

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

 a { background-color: rgb(230,109,119); }

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

border-color css

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

 span { border-color: rgb(230,109,119); }

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