Html Css Color HEX #E66D75 Froly

📋 copy color: '#E66D75'

red 230 ◦ green 109 ◦ blue 117

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

Shades of Froly #E66D75

Tints of Froly #E66D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.9%

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

R = 50.44%
G = 23.9%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E66D75 (or 0xE66D75) is known color: Froly. HEX triplet: E6, 6D and 75. RGB value is (230,109,117). Sum of RGB (Red+Green+Blue) = 230+109+117=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66D75 is #19928A. Grayscale: #929292. Windows color (decimal): -1675915 or 7695846. OLE color: 7695846.

HSL color Cylindrical-coordinate representation of color #E66D75: hue angle of 356.03º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66D75 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 109 117 -
CMYK 0 0.53 0.49 0.10
HSL 356.03º 0.71% 0.66% -
HSV(B) 356.03º 0.53% 0.9% -
XYZ 41.31 29.04 20.26 -
YUV 146.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 230 109 117 0 0.53 0.49 0.10 356.03 0.71 0.66
Hex E6 6D 75 0 35 31 A 164 47 42
Octal 346 155 165 0 65 61 12 544 107 102
Binary 11100110 1101101 1110101 0 110101 110001 1010 101100100 1000111 1000010

Color Harmonies of #E66D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66D75

Black with #E66D75

Text Example


Text Example

White with #E66D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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