Html Css Color HEX #E66178 Froly

📋 copy color: '#E66178'

red 230 ◦ green 97 ◦ blue 120

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

Shades of Froly #E66178

Tints of Froly #E66178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.7%

 BLUE value IS 120 (47.27% from 255) = 26.85%

R = 51.45%
G = 21.7%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E66178 (or 0xE66178) is known color: Froly. HEX triplet: E6, 61 and 78. RGB value is (230,97,120). Sum of RGB (Red+Green+Blue) = 230+97+120=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E66178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66178 is #199E87. Grayscale: #8B8B8B. Windows color (decimal): -1678984 or 7889382. OLE color: 7889382.

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

Color convert

RGB 230 97 120 -
CMYK 0 0.58 0.48 0.10
HSL 349.62º 0.73% 0.64% -
HSV(B) 349.62º 0.58% 0.9% -
XYZ 40.3 26.73 20.8 -
YUV 139.39 117.06 192.63 -
System Red Green Blue C M Y K H S L
Decimal 230 97 120 0 0.58 0.48 0.10 349.62 0.73 0.64
Hex E6 61 78 0 3A 30 A 15E 49 40
Octal 346 141 170 0 72 60 12 536 111 100
Binary 11100110 1100001 1111000 0 111010 110000 1010 101011110 1001001 1000000

Color Harmonies of #E66178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66178

Black with #E66178

Text Example


Text Example

White with #E66178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66178; }

 p { color: rgb(230,97,120); }

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

background-color css

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

 a { background-color: rgb(230,97,120); }

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

border-color css

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

 span { border-color: rgb(230,97,120); }

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