Html Css Color HEX #E66470 Froly

📋 copy color: '#E66470'

red 230 ◦ green 100 ◦ blue 112

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

Shades of Froly #E66470

Tints of Froly #E66470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.62%

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

R = 52.04%
G = 22.62%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E66470 (or 0xE66470) is known color: Froly. HEX triplet: E6, 64 and 70. RGB value is (230,100,112). Sum of RGB (Red+Green+Blue) = 230+100+112=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E66470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66470 is #199B8F. Grayscale: #8C8C8C. Windows color (decimal): -1678224 or 7365862. OLE color: 7365862.

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

Color convert

RGB 230 100 112 -
CMYK 0 0.57 0.51 0.10
HSL 354.46º 0.72% 0.65% -
HSV(B) 354.46º 0.57% 0.9% -
XYZ 40.11 27.11 18.45 -
YUV 140.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 230 100 112 0 0.57 0.51 0.10 354.46 0.72 0.65
Hex E6 64 70 0 39 33 A 162 48 41
Octal 346 144 160 0 71 63 12 542 110 101
Binary 11100110 1100100 1110000 0 111001 110011 1010 101100010 1001000 1000001

Color Harmonies of #E66470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66470

Black with #E66470

Text Example


Text Example

White with #E66470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66470; }

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

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

background-color css

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

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

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

border-color css

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

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

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