Html Css Color HEX #E66473 Froly

📋 copy color: '#E66473'

red 230 ◦ green 100 ◦ blue 115

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

Shades of Froly #E66473

Tints of Froly #E66473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.84%

R = 51.69%
G = 22.47%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E66473 (or 0xE66473) is known color: Froly. HEX triplet: E6, 64 and 73. RGB value is (230,100,115). Sum of RGB (Red+Green+Blue) = 230+100+115=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E66473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66473 is #199B8C. Grayscale: #8C8C8C. Windows color (decimal): -1678221 or 7562470. OLE color: 7562470.

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

Color convert

RGB 230 100 115 -
CMYK 0 0.57 0.5 0.10
HSL 353.08º 0.72% 0.65% -
HSV(B) 353.08º 0.57% 0.9% -
XYZ 40.28 27.18 19.34 -
YUV 140.58 113.57 191.78 -
System Red Green Blue C M Y K H S L
Decimal 230 100 115 0 0.57 0.5 0.10 353.08 0.72 0.65
Hex E6 64 73 0 39 32 A 161 48 41
Octal 346 144 163 0 71 62 12 541 110 101
Binary 11100110 1100100 1110011 0 111001 110010 1010 101100001 1001000 1000001

Color Harmonies of #E66473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66473

Black with #E66473

Text Example


Text Example

White with #E66473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66473; }

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

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

background-color css

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

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

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

border-color css

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

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

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