Html Css Color HEX #E66062 Froly

📋 copy color: '#E66062'

red 230 ◦ green 96 ◦ blue 98

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

Shades of Froly #E66062

Tints of Froly #E66062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.11%

R = 54.25%
G = 22.64%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E66062 (or 0xE66062) is known color: Froly. HEX triplet: E6, 60 and 62. RGB value is (230,96,98). Sum of RGB (Red+Green+Blue) = 230+96+98=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E66062 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66062 is #199F9D. Grayscale: #888888. Windows color (decimal): -1679262 or 6447334. OLE color: 6447334.

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

Color convert

RGB 230 96 98 -
CMYK 0 0.58 0.57 0.10
HSL 359.1º 0.73% 0.64% -
HSV(B) 359.1º 0.58% 0.9% -
XYZ 39.02 26.07 14.53 -
YUV 136.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 230 96 98 0 0.58 0.57 0.10 359.1 0.73 0.64
Hex E6 60 62 0 3A 39 A 167 49 40
Octal 346 140 142 0 72 71 12 547 111 100
Binary 11100110 1100000 1100010 0 111010 111001 1010 101100111 1001001 1000000

Color Harmonies of #E66062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66062

Black with #E66062

Text Example


Text Example

White with #E66062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66062; }

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

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

background-color css

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

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

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

border-color css

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

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

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