Html Css Color HEX #E66874 Froly

📋 copy color: '#E66874'

red 230 ◦ green 104 ◦ blue 116

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

Shades of Froly #E66874

Tints of Froly #E66874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.78%

R = 51.11%
G = 23.11%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E66874 (or 0xE66874) is known color: Froly. HEX triplet: E6, 68 and 74. RGB value is (230,104,116). Sum of RGB (Red+Green+Blue) = 230+104+116=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E66874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66874 is #19978B. Grayscale: #8F8F8F. Windows color (decimal): -1677196 or 7629030. OLE color: 7629030.

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

Color convert

RGB 230 104 116 -
CMYK 0 0.55 0.50 0.10
HSL 354.29º 0.72% 0.65% -
HSV(B) 354.29º 0.55% 0.9% -
XYZ 40.74 27.98 19.78 -
YUV 143.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 230 104 116 0 0.55 0.50 0.10 354.29 0.72 0.65
Hex E6 68 74 0 37 32 A 162 48 41
Octal 346 150 164 0 67 62 12 542 110 101
Binary 11100110 1101000 1110100 0 110111 110010 1010 101100010 1001000 1000001

Color Harmonies of #E66874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66874

Black with #E66874

Text Example


Text Example

White with #E66874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66874; }

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

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

background-color css

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

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

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

border-color css

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

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

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