Html Css Color HEX #E66573 Froly

📋 copy color: '#E66573'

red 230 ◦ green 101 ◦ blue 115

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

Shades of Froly #E66573

Tints of Froly #E66573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.65%

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

R = 51.57%
G = 22.65%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.10

RGB Variations

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

Color information

#E66573 (or 0xE66573) is known color: Froly. HEX triplet: E6, 65 and 73. RGB value is (230,101,115). Sum of RGB (Red+Green+Blue) = 230+101+115=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E66573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66573 is #199A8C. Grayscale: #8D8D8D. Windows color (decimal): -1677965 or 7562726. OLE color: 7562726.

HSL color Cylindrical-coordinate representation of color #E66573: hue angle of 353.49º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66573 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 101 115 -
CMYK 0 0.56 0.5 0.10
HSL 353.49º 0.72% 0.65% -
HSV(B) 353.49º 0.56% 0.9% -
XYZ 40.38 27.37 19.37 -
YUV 141.17 113.24 191.36 -
System Red Green Blue C M Y K H S L
Decimal 230 101 115 0 0.56 0.5 0.10 353.49 0.72 0.65
Hex E6 65 73 0 38 32 A 161 48 41
Octal 346 145 163 0 70 62 12 541 110 101
Binary 11100110 1100101 1110011 0 111000 110010 1010 101100001 1001000 1000001

Color Harmonies of #E66573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66573

Black with #E66573

Text Example


Text Example

White with #E66573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66573; }

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

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

background-color css

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

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

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

border-color css

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

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

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