Html Css Color HEX #E66971 Froly

📋 copy color: '#E66971'

red 230 ◦ green 105 ◦ blue 113

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

Shades of Froly #E66971

Tints of Froly #E66971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.44%

 BLUE value IS 113 (44.53% from 255) = 25.22%

R = 51.34%
G = 23.44%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E66971 (or 0xE66971) is known color: Froly. HEX triplet: E6, 69 and 71. RGB value is (230,105,113). Sum of RGB (Red+Green+Blue) = 230+105+113=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E66971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66971 is #19968E. Grayscale: #8F8F8F. Windows color (decimal): -1676943 or 7432678. OLE color: 7432678.

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

Color convert

RGB 230 105 113 -
CMYK 0 0.54 0.51 0.10
HSL 356.16º 0.71% 0.66% -
HSV(B) 356.16º 0.54% 0.9% -
XYZ 40.67 28.12 18.91 -
YUV 143.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 230 105 113 0 0.54 0.51 0.10 356.16 0.71 0.66
Hex E6 69 71 0 36 33 A 164 47 42
Octal 346 151 161 0 66 63 12 544 107 102
Binary 11100110 1101001 1110001 0 110110 110011 1010 101100100 1000111 1000010

Color Harmonies of #E66971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66971

Black with #E66971

Text Example


Text Example

White with #E66971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66971; }

 p { color: rgb(230,105,113); }

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

background-color css

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

 a { background-color: rgb(230,105,113); }

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

border-color css

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

 span { border-color: rgb(230,105,113); }

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