Html Css Color HEX #E66279 Froly

📋 copy color: '#E66279'

red 230 ◦ green 98 ◦ blue 121

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

Shades of Froly #E66279

Tints of Froly #E66279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.83%

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

R = 51.22%
G = 21.83%
B = 26.95%

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

#E66279 (or 0xE66279) is known color: Froly. HEX triplet: E6, 62 and 79. RGB value is (230,98,121). Sum of RGB (Red+Green+Blue) = 230+98+121=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E66279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66279 is #199D86. Grayscale: #8C8C8C. Windows color (decimal): -1678727 or 7955174. OLE color: 7955174.

HSL color Cylindrical-coordinate representation of color #E66279: hue angle of 349.55º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66279 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 98 121 -
CMYK 0 0.57 0.47 0.10
HSL 349.55º 0.73% 0.64% -
HSV(B) 349.55º 0.57% 0.9% -
XYZ 40.45 26.94 21.16 -
YUV 140.09 117.23 192.13 -
System Red Green Blue C M Y K H S L
Decimal 230 98 121 0 0.57 0.47 0.10 349.55 0.73 0.64
Hex E6 62 79 0 39 2F A 15E 49 40
Octal 346 142 171 0 71 57 12 536 111 100
Binary 11100110 1100010 1111001 0 111001 101111 1010 101011110 1001001 1000000

Color Harmonies of #E66279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66279

Black with #E66279

Text Example


Text Example

White with #E66279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66279; }

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

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

background-color css

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

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

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

border-color css

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

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

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