Html Css Color HEX #E66476 Froly

📋 copy color: '#E66476'

red 230 ◦ green 100 ◦ blue 118

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

Shades of Froly #E66476

Tints of Froly #E66476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.32%

 BLUE value IS 118 (46.48% from 255) = 26.34%

R = 51.34%
G = 22.32%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E66476 (or 0xE66476) is known color: Froly. HEX triplet: E6, 64 and 76. RGB value is (230,100,118). Sum of RGB (Red+Green+Blue) = 230+100+118=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E66476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66476 is #199B89. Grayscale: #8C8C8C. Windows color (decimal): -1678218 or 7759078. OLE color: 7759078.

HSL color Cylindrical-coordinate representation of color #E66476: hue angle of 351.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66476 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 100 118 -
CMYK 0 0.57 0.49 0.10
HSL 351.69º 0.72% 0.65% -
HSV(B) 351.69º 0.57% 0.9% -
XYZ 40.46 27.25 20.27 -
YUV 140.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 230 100 118 0 0.57 0.49 0.10 351.69 0.72 0.65
Hex E6 64 76 0 39 31 A 160 48 41
Octal 346 144 166 0 71 61 12 540 110 101
Binary 11100110 1100100 1110110 0 111001 110001 1010 101100000 1001000 1000001

Color Harmonies of #E66476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66476

Black with #E66476

Text Example


Text Example

White with #E66476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66476; }

 p { color: rgb(230,100,118); }

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

background-color css

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

 a { background-color: rgb(230,100,118); }

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

border-color css

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

 span { border-color: rgb(230,100,118); }

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