Html Css Color HEX #E66870 Froly

📋 copy color: '#E66870'

red 230 ◦ green 104 ◦ blue 112

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

Shades of Froly #E66870

Tints of Froly #E66870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.32%

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

R = 51.57%
G = 23.32%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E66870 (or 0xE66870) is known color: Froly. HEX triplet: E6, 68 and 70. RGB value is (230,104,112). Sum of RGB (Red+Green+Blue) = 230+104+112=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E66870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66870 is #19978F. Grayscale: #8E8E8E. Windows color (decimal): -1677200 or 7366886. OLE color: 7366886.

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

Color convert

RGB 230 104 112 -
CMYK 0 0.55 0.51 0.10
HSL 356.19º 0.72% 0.65% -
HSV(B) 356.19º 0.55% 0.9% -
XYZ 40.51 27.89 18.58 -
YUV 142.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 230 104 112 0 0.55 0.51 0.10 356.19 0.72 0.65
Hex E6 68 70 0 37 33 A 164 48 41
Octal 346 150 160 0 67 63 12 544 110 101
Binary 11100110 1101000 1110000 0 110111 110011 1010 101100100 1001000 1000001

Color Harmonies of #E66870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66870

Black with #E66870

Text Example


Text Example

White with #E66870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66870; }

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

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

background-color css

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

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

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

border-color css

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

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

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