Html Css Color HEX #E66376 Froly

📋 copy color: '#E66376'

red 230 ◦ green 99 ◦ blue 118

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

Shades of Froly #E66376

Tints of Froly #E66376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.15%

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

R = 51.45%
G = 22.15%
B = 26.4%

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

#E66376 (or 0xE66376) is known color: Froly. HEX triplet: E6, 63 and 76. RGB value is (230,99,118). Sum of RGB (Red+Green+Blue) = 230+99+118=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E66376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66376 is #199C89. Grayscale: #8C8C8C. Windows color (decimal): -1678474 or 7758822. OLE color: 7758822.

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

Color convert

RGB 230 99 118 -
CMYK 0 0.57 0.49 0.10
HSL 351.3º 0.72% 0.65% -
HSV(B) 351.3º 0.57% 0.9% -
XYZ 40.36 27.05 20.23 -
YUV 140.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 230 99 118 0 0.57 0.49 0.10 351.3 0.72 0.65
Hex E6 63 76 0 39 31 A 15F 48 41
Octal 346 143 166 0 71 61 12 537 110 101
Binary 11100110 1100011 1110110 0 111001 110001 1010 101011111 1001000 1000001

Color Harmonies of #E66376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66376

Black with #E66376

Text Example


Text Example

White with #E66376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66376; }

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

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

background-color css

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

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

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

border-color css

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

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

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