Html Css Color HEX #E66778 Froly

📋 copy color: '#E66778'

red 230 ◦ green 103 ◦ blue 120

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

Shades of Froly #E66778

Tints of Froly #E66778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.74%

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

R = 50.77%
G = 22.74%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E66778 (or 0xE66778) is known color: Froly. HEX triplet: E6, 67 and 78. RGB value is (230,103,120). Sum of RGB (Red+Green+Blue) = 230+103+120=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E66778 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66778 is #199887. Grayscale: #8E8E8E. Windows color (decimal): -1677448 or 7890918. OLE color: 7890918.

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

Color convert

RGB 230 103 120 -
CMYK 0 0.55 0.48 0.10
HSL 351.97º 0.72% 0.65% -
HSV(B) 351.97º 0.55% 0.9% -
XYZ 40.87 27.88 21 -
YUV 142.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 230 103 120 0 0.55 0.48 0.10 351.97 0.72 0.65
Hex E6 67 78 0 37 30 A 160 48 41
Octal 346 147 170 0 67 60 12 540 110 101
Binary 11100110 1100111 1111000 0 110111 110000 1010 101100000 1001000 1000001

Color Harmonies of #E66778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66778

Black with #E66778

Text Example


Text Example

White with #E66778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66778; }

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

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

background-color css

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

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

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

border-color css

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

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

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