Html Css Color HEX #E66978 Froly

📋 copy color: '#E66978'

red 230 ◦ green 105 ◦ blue 120

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

Shades of Froly #E66978

Tints of Froly #E66978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.08%

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

R = 50.55%
G = 23.08%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E66978 (or 0xE66978) is known color: Froly. HEX triplet: E6, 69 and 78. RGB value is (230,105,120). Sum of RGB (Red+Green+Blue) = 230+105+120=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E66978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66978 is #199687. Grayscale: #909090. Windows color (decimal): -1676936 or 7891430. OLE color: 7891430.

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

Color convert

RGB 230 105 120 -
CMYK 0 0.54 0.48 0.10
HSL 352.8º 0.71% 0.66% -
HSV(B) 352.8º 0.54% 0.9% -
XYZ 41.07 28.28 21.06 -
YUV 144.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 230 105 120 0 0.54 0.48 0.10 352.8 0.71 0.66
Hex E6 69 78 0 36 30 A 161 47 42
Octal 346 151 170 0 66 60 12 541 107 102
Binary 11100110 1101001 1111000 0 110110 110000 1010 101100001 1000111 1000010

Color Harmonies of #E66978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66978

Black with #E66978

Text Example


Text Example

White with #E66978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66978; }

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

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

background-color css

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

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

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

border-color css

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

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

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