Html Css Color HEX #E66474 Froly

📋 copy color: '#E66474'

red 230 ◦ green 100 ◦ blue 116

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

Shades of Froly #E66474

Tints of Froly #E66474

RGB

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

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

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

R = 51.57%
G = 22.42%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E66474 (or 0xE66474) is known color: Froly. HEX triplet: E6, 64 and 74. RGB value is (230,100,116). Sum of RGB (Red+Green+Blue) = 230+100+116=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E66474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66474 is #199B8B. Grayscale: #8C8C8C. Windows color (decimal): -1678220 or 7628006. OLE color: 7628006.

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

Color convert

RGB 230 100 116 -
CMYK 0 0.57 0.50 0.10
HSL 352.62º 0.72% 0.65% -
HSV(B) 352.62º 0.57% 0.9% -
XYZ 40.34 27.2 19.65 -
YUV 140.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 230 100 116 0 0.57 0.50 0.10 352.62 0.72 0.65
Hex E6 64 74 0 39 32 A 161 48 41
Octal 346 144 164 0 71 62 12 541 110 101
Binary 11100110 1100100 1110100 0 111001 110010 1010 101100001 1001000 1000001

Color Harmonies of #E66474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66474

Black with #E66474

Text Example


Text Example

White with #E66474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66474; }

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

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

background-color css

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

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

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

border-color css

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

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

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