Html Css Color HEX #E96066 Froly

📋 copy color: '#E96066'

red 233 ◦ green 96 ◦ blue 102

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

Shades of Froly #E96066

Tints of Froly #E96066

RGB

 RED value IS 233 (91.41% from 255) = 54.06%

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

 BLUE value IS 102 (40.23% from 255) = 23.67%

R = 54.06%
G = 22.27%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E96066 (or 0xE96066) is known color: Froly. HEX triplet: E9, 60 and 66. RGB value is (233,96,102). Sum of RGB (Red+Green+Blue) = 233+96+102=431 (57% of max value = 765). Red value is 233 (91.41% from 255 or 54.06% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 233 - color contains mainly: red. Hex color #E96066 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96066 is #169F99. Grayscale: #898989. Windows color (decimal): -1482650 or 6709481. OLE color: 6709481.

HSL color Cylindrical-coordinate representation of color #E96066: hue angle of 357.37º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E96066 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 96 102 -
CMYK 0 0.59 0.56 0.09
HSL 357.37º 0.76% 0.65% -
HSV(B) 357.37º 0.59% 0.91% -
XYZ 40.19 26.65 15.6 -
YUV 137.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 233 96 102 0 0.59 0.56 0.09 357.37 0.76 0.65
Hex E9 60 66 0 3B 38 9 165 4C 41
Octal 351 140 146 0 73 70 11 545 114 101
Binary 11101001 1100000 1100110 0 111011 111000 1001 101100101 1001100 1000001

Color Harmonies of #E96066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96066

Black with #E96066

Text Example


Text Example

White with #E96066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96066; }

 p { color: rgb(233,96,102); }

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

background-color css

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

 a { background-color: rgb(233,96,102); }

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

border-color css

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

 span { border-color: rgb(233,96,102); }

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