Html Css Color HEX #E66D70 Froly

📋 copy color: '#E66D70'

red 230 ◦ green 109 ◦ blue 112

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

Shades of Froly #E66D70

Tints of Froly #E66D70

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.17%

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 51%
G = 24.17%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E66D70 (or 0xE66D70) is known color: Froly. HEX triplet: E6, 6D and 70. RGB value is (230,109,112). Sum of RGB (Red+Green+Blue) = 230+109+112=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66D70 is #19928F. Grayscale: #919191. Windows color (decimal): -1675920 or 7368166. OLE color: 7368166.

HSL color Cylindrical-coordinate representation of color #E66D70: hue angle of 358.51º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66D70 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 109 112 -
CMYK 0 0.53 0.51 0.10
HSL 358.51º 0.71% 0.66% -
HSV(B) 358.51º 0.53% 0.9% -
XYZ 41.03 28.93 18.75 -
YUV 145.52 109.09 188.26 -
System Red Green Blue C M Y K H S L
Decimal 230 109 112 0 0.53 0.51 0.10 358.51 0.71 0.66
Hex E6 6D 70 0 35 33 A 167 47 42
Octal 346 155 160 0 65 63 12 547 107 102
Binary 11100110 1101101 1110000 0 110101 110011 1010 101100111 1000111 1000010

Color Harmonies of #E66D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66D70

Black with #E66D70

Text Example


Text Example

White with #E66D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66D70; }

 p { color: rgb(230,109,112); }

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

background-color css

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

 a { background-color: rgb(230,109,112); }

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

border-color css

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

 span { border-color: rgb(230,109,112); }

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