Html Css Color HEX #E66876 Froly

📋 copy color: '#E66876'

red 230 ◦ green 104 ◦ blue 118

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

Shades of Froly #E66876

Tints of Froly #E66876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.01%

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

R = 50.88%
G = 23.01%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E66876 (or 0xE66876) is known color: Froly. HEX triplet: E6, 68 and 76. RGB value is (230,104,118). Sum of RGB (Red+Green+Blue) = 230+104+118=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E66876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66876 is #199789. Grayscale: #8F8F8F. Windows color (decimal): -1677194 or 7760102. OLE color: 7760102.

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

Color convert

RGB 230 104 118 -
CMYK 0 0.55 0.49 0.10
HSL 353.33º 0.72% 0.65% -
HSV(B) 353.33º 0.55% 0.9% -
XYZ 40.85 28.03 20.4 -
YUV 143.27 113.74 189.86 -
System Red Green Blue C M Y K H S L
Decimal 230 104 118 0 0.55 0.49 0.10 353.33 0.72 0.65
Hex E6 68 76 0 37 31 A 161 48 41
Octal 346 150 166 0 67 61 12 541 110 101
Binary 11100110 1101000 1110110 0 110111 110001 1010 101100001 1001000 1000001

Color Harmonies of #E66876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66876

Black with #E66876

Text Example


Text Example

White with #E66876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66876; }

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

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

background-color css

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

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

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

border-color css

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

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

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