Html Css Color HEX #E66A70 Froly

📋 copy color: '#E66A70'

red 230 ◦ green 106 ◦ blue 112

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

Shades of Froly #E66A70

Tints of Froly #E66A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.66%

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

R = 51.34%
G = 23.66%
B = 25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E66A70 (or 0xE66A70) is known color: Froly. HEX triplet: E6, 6A and 70. RGB value is (230,106,112). Sum of RGB (Red+Green+Blue) = 230+106+112=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66A70 is #19958F. Grayscale: #8F8F8F. Windows color (decimal): -1676688 or 7367398. OLE color: 7367398.

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

Color convert

RGB 230 106 112 -
CMYK 0 0.54 0.51 0.10
HSL 357.1º 0.71% 0.66% -
HSV(B) 357.1º 0.54% 0.9% -
XYZ 40.71 28.3 18.65 -
YUV 143.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 230 106 112 0 0.54 0.51 0.10 357.1 0.71 0.66
Hex E6 6A 70 0 36 33 A 165 47 42
Octal 346 152 160 0 66 63 12 545 107 102
Binary 11100110 1101010 1110000 0 110110 110011 1010 101100101 1000111 1000010

Color Harmonies of #E66A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66A70

Black with #E66A70

Text Example


Text Example

White with #E66A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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