Html Css Color HEX #E66472 Froly

📋 copy color: '#E66472'

red 230 ◦ green 100 ◦ blue 114

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

Shades of Froly #E66472

Tints of Froly #E66472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.68%

R = 51.8%
G = 22.52%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E66472 (or 0xE66472) is known color: Froly. HEX triplet: E6, 64 and 72. RGB value is (230,100,114). Sum of RGB (Red+Green+Blue) = 230+100+114=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E66472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66472 is #199B8D. Grayscale: #8C8C8C. Windows color (decimal): -1678222 or 7496934. OLE color: 7496934.

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

Color convert

RGB 230 100 114 -
CMYK 0 0.57 0.50 0.10
HSL 353.54º 0.72% 0.65% -
HSV(B) 353.54º 0.57% 0.9% -
XYZ 40.23 27.15 19.04 -
YUV 140.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 230 100 114 0 0.57 0.50 0.10 353.54 0.72 0.65
Hex E6 64 72 0 39 32 A 162 48 41
Octal 346 144 162 0 71 62 12 542 110 101
Binary 11100110 1100100 1110010 0 111001 110010 1010 101100010 1001000 1000001

Color Harmonies of #E66472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66472

Black with #E66472

Text Example


Text Example

White with #E66472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66472; }

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

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

background-color css

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

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

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

border-color css

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

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

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