Html Css Color HEX #E66174 Froly

📋 copy color: '#E66174'

red 230 ◦ green 97 ◦ blue 116

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

Shades of Froly #E66174

Tints of Froly #E66174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.19%

R = 51.92%
G = 21.9%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E66174 (or 0xE66174) is known color: Froly. HEX triplet: E6, 61 and 74. RGB value is (230,97,116). Sum of RGB (Red+Green+Blue) = 230+97+116=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E66174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66174 is #199E8B. Grayscale: #8A8A8A. Windows color (decimal): -1678988 or 7627238. OLE color: 7627238.

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

Color convert

RGB 230 97 116 -
CMYK 0 0.58 0.50 0.10
HSL 351.43º 0.73% 0.64% -
HSV(B) 351.43º 0.58% 0.9% -
XYZ 40.06 26.63 19.55 -
YUV 138.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 230 97 116 0 0.58 0.50 0.10 351.43 0.73 0.64
Hex E6 61 74 0 3A 32 A 15F 49 40
Octal 346 141 164 0 72 62 12 537 111 100
Binary 11100110 1100001 1110100 0 111010 110010 1010 101011111 1001001 1000000

Color Harmonies of #E66174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66174

Black with #E66174

Text Example


Text Example

White with #E66174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66174; }

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

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

background-color css

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

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

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

border-color css

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

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

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