Html Css Color HEX #E66479 Froly

📋 copy color: '#E66479'

red 230 ◦ green 100 ◦ blue 121

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

Shades of Froly #E66479

Tints of Froly #E66479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.83%

R = 51%
G = 22.17%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E66479 (or 0xE66479) is known color: Froly. HEX triplet: E6, 64 and 79. RGB value is (230,100,121). Sum of RGB (Red+Green+Blue) = 230+100+121=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E66479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66479 is #199B86. Grayscale: #8D8D8D. Windows color (decimal): -1678215 or 7955686. OLE color: 7955686.

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

Color convert

RGB 230 100 121 -
CMYK 0 0.57 0.47 0.10
HSL 350.31º 0.72% 0.65% -
HSV(B) 350.31º 0.57% 0.9% -
XYZ 40.64 27.32 21.22 -
YUV 141.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 230 100 121 0 0.57 0.47 0.10 350.31 0.72 0.65
Hex E6 64 79 0 39 2F A 15E 48 41
Octal 346 144 171 0 71 57 12 536 110 101
Binary 11100110 1100100 1111001 0 111001 101111 1010 101011110 1001000 1000001

Color Harmonies of #E66479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66479

Black with #E66479

Text Example


Text Example

White with #E66479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66479; }

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

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

background-color css

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

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

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

border-color css

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

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

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