Html Css Color HEX #E66072 Froly

📋 copy color: '#E66072'

red 230 ◦ green 96 ◦ blue 114

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

Shades of Froly #E66072

Tints of Froly #E66072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.82%

 BLUE value IS 114 (44.92% from 255) = 25.91%

R = 52.27%
G = 21.82%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E66072 (or 0xE66072) is known color: Froly. HEX triplet: E6, 60 and 72. RGB value is (230,96,114). Sum of RGB (Red+Green+Blue) = 230+96+114=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E66072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66072 is #199F8D. Grayscale: #8A8A8A. Windows color (decimal): -1679246 or 7495910. OLE color: 7495910.

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

Color convert

RGB 230 96 114 -
CMYK 0 0.58 0.50 0.10
HSL 351.94º 0.73% 0.64% -
HSV(B) 351.94º 0.58% 0.9% -
XYZ 39.85 26.4 18.92 -
YUV 138.12 114.39 193.54 -
System Red Green Blue C M Y K H S L
Decimal 230 96 114 0 0.58 0.50 0.10 351.94 0.73 0.64
Hex E6 60 72 0 3A 32 A 160 49 40
Octal 346 140 162 0 72 62 12 540 111 100
Binary 11100110 1100000 1110010 0 111010 110010 1010 101100000 1001001 1000000

Color Harmonies of #E66072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66072

Black with #E66072

Text Example


Text Example

White with #E66072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66072; }

 p { color: rgb(230,96,114); }

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

background-color css

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

 a { background-color: rgb(230,96,114); }

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

border-color css

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

 span { border-color: rgb(230,96,114); }

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