Html Css Color HEX #E66775 Froly

📋 copy color: '#E66775'

red 230 ◦ green 103 ◦ blue 117

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

Shades of Froly #E66775

Tints of Froly #E66775

RGB

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

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

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

R = 51.11%
G = 22.89%
B = 26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E66775 (or 0xE66775) is known color: Froly. HEX triplet: E6, 67 and 75. RGB value is (230,103,117). Sum of RGB (Red+Green+Blue) = 230+103+117=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E66775 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66775 is #19988A. Grayscale: #8E8E8E. Windows color (decimal): -1677451 or 7694310. OLE color: 7694310.

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

Color convert

RGB 230 103 117 -
CMYK 0 0.55 0.49 0.10
HSL 353.39º 0.72% 0.65% -
HSV(B) 353.39º 0.55% 0.9% -
XYZ 40.69 27.81 20.05 -
YUV 142.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 230 103 117 0 0.55 0.49 0.10 353.39 0.72 0.65
Hex E6 67 75 0 37 31 A 161 48 41
Octal 346 147 165 0 67 61 12 541 110 101
Binary 11100110 1100111 1110101 0 110111 110001 1010 101100001 1001000 1000001

Color Harmonies of #E66775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66775

Black with #E66775

Text Example


Text Example

White with #E66775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66775; }

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

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

background-color css

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

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

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

border-color css

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

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

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