Html Css Color HEX #E66575 Froly

📋 copy color: '#E66575'

red 230 ◦ green 101 ◦ blue 117

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

Shades of Froly #E66575

Tints of Froly #E66575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.12%

R = 51.34%
G = 22.54%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E66575 (or 0xE66575) is known color: Froly. HEX triplet: E6, 65 and 75. RGB value is (230,101,117). Sum of RGB (Red+Green+Blue) = 230+101+117=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E66575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66575 is #199A8A. Grayscale: #8D8D8D. Windows color (decimal): -1677963 or 7693798. OLE color: 7693798.

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

Color convert

RGB 230 101 117 -
CMYK 0 0.56 0.49 0.10
HSL 352.56º 0.72% 0.65% -
HSV(B) 352.56º 0.56% 0.9% -
XYZ 40.5 27.41 19.99 -
YUV 141.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 230 101 117 0 0.56 0.49 0.10 352.56 0.72 0.65
Hex E6 65 75 0 38 31 A 161 48 41
Octal 346 145 165 0 70 61 12 541 110 101
Binary 11100110 1100101 1110101 0 111000 110001 1010 101100001 1001000 1000001

Color Harmonies of #E66575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66575

Black with #E66575

Text Example


Text Example

White with #E66575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66575; }

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

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

background-color css

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

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

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

border-color css

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

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

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