Html Css Color HEX #E66271 Froly

📋 copy color: '#E66271'

red 230 ◦ green 98 ◦ blue 113

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

Shades of Froly #E66271

Tints of Froly #E66271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.22%

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

R = 52.15%
G = 22.22%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E66271 (or 0xE66271) is known color: Froly. HEX triplet: E6, 62 and 71. RGB value is (230,98,113). Sum of RGB (Red+Green+Blue) = 230+98+113=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E66271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66271 is #199D8E. Grayscale: #8B8B8B. Windows color (decimal): -1678735 or 7430886. OLE color: 7430886.

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

Color convert

RGB 230 98 113 -
CMYK 0 0.57 0.51 0.10
HSL 353.18º 0.73% 0.64% -
HSV(B) 353.18º 0.57% 0.9% -
XYZ 39.98 26.75 18.68 -
YUV 139.18 113.23 192.78 -
System Red Green Blue C M Y K H S L
Decimal 230 98 113 0 0.57 0.51 0.10 353.18 0.73 0.64
Hex E6 62 71 0 39 33 A 161 49 40
Octal 346 142 161 0 71 63 12 541 111 100
Binary 11100110 1100010 1110001 0 111001 110011 1010 101100001 1001001 1000000

Color Harmonies of #E66271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66271

Black with #E66271

Text Example


Text Example

White with #E66271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66271; }

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

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

background-color css

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

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

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

border-color css

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

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

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