Html Css Color HEX #E66175 Froly

📋 copy color: '#E66175'

red 230 ◦ green 97 ◦ blue 117

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

Shades of Froly #E66175

Tints of Froly #E66175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.85%

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

R = 51.8%
G = 21.85%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E66175 (or 0xE66175) is known color: Froly. HEX triplet: E6, 61 and 75. RGB value is (230,97,117). Sum of RGB (Red+Green+Blue) = 230+97+117=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E66175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66175 is #199E8A. Grayscale: #8B8B8B. Windows color (decimal): -1678987 or 7692774. OLE color: 7692774.

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

Color convert

RGB 230 97 117 -
CMYK 0 0.58 0.49 0.10
HSL 350.98º 0.73% 0.64% -
HSV(B) 350.98º 0.58% 0.9% -
XYZ 40.12 26.66 19.86 -
YUV 139.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 230 97 117 0 0.58 0.49 0.10 350.98 0.73 0.64
Hex E6 61 75 0 3A 31 A 15F 49 40
Octal 346 141 165 0 72 61 12 537 111 100
Binary 11100110 1100001 1110101 0 111010 110001 1010 101011111 1001001 1000000

Color Harmonies of #E66175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66175

Black with #E66175

Text Example


Text Example

White with #E66175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66175; }

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

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

background-color css

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

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

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

border-color css

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

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

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