Html Css Color HEX #E66475 Froly

📋 copy color: '#E66475'

red 230 ◦ green 100 ◦ blue 117

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

Shades of Froly #E66475

Tints of Froly #E66475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 51.45%
G = 22.37%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E66475 (or 0xE66475) is known color: Froly. HEX triplet: E6, 64 and 75. RGB value is (230,100,117). Sum of RGB (Red+Green+Blue) = 230+100+117=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E66475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66475 is #199B8A. Grayscale: #8C8C8C. Windows color (decimal): -1678219 or 7693542. OLE color: 7693542.

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

Color convert

RGB 230 100 117 -
CMYK 0 0.57 0.49 0.10
HSL 352.15º 0.72% 0.65% -
HSV(B) 352.15º 0.57% 0.9% -
XYZ 40.4 27.22 19.95 -
YUV 140.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 230 100 117 0 0.57 0.49 0.10 352.15 0.72 0.65
Hex E6 64 75 0 39 31 A 160 48 41
Octal 346 144 165 0 71 61 12 540 110 101
Binary 11100110 1100100 1110101 0 111001 110001 1010 101100000 1001000 1000001

Color Harmonies of #E66475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66475

Black with #E66475

Text Example


Text Example

White with #E66475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66475; }

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

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

background-color css

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

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

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

border-color css

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

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

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