Html Css Color HEX #E66478 Froly

📋 copy color: '#E66478'

red 230 ◦ green 100 ◦ blue 120

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

Shades of Froly #E66478

Tints of Froly #E66478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.67%

R = 51.11%
G = 22.22%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E66478 (or 0xE66478) is known color: Froly. HEX triplet: E6, 64 and 78. RGB value is (230,100,120). Sum of RGB (Red+Green+Blue) = 230+100+120=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E66478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66478 is #199B87. Grayscale: #8D8D8D. Windows color (decimal): -1678216 or 7890150. OLE color: 7890150.

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

Color convert

RGB 230 100 120 -
CMYK 0 0.57 0.48 0.10
HSL 350.77º 0.72% 0.65% -
HSV(B) 350.77º 0.57% 0.9% -
XYZ 40.58 27.29 20.9 -
YUV 141.15 116.07 191.37 -
System Red Green Blue C M Y K H S L
Decimal 230 100 120 0 0.57 0.48 0.10 350.77 0.72 0.65
Hex E6 64 78 0 39 30 A 15F 48 41
Octal 346 144 170 0 71 60 12 537 110 101
Binary 11100110 1100100 1111000 0 111001 110000 1010 101011111 1001000 1000001

Color Harmonies of #E66478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66478

Black with #E66478

Text Example


Text Example

White with #E66478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66478; }

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

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

background-color css

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

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

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

border-color css

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

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

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