Html Css Color HEX #E96266 Froly

📋 copy color: '#E96266'

red 233 ◦ green 98 ◦ blue 102

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

Shades of Froly #E96266

Tints of Froly #E96266

RGB

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

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

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

R = 53.81%
G = 22.63%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E96266 (or 0xE96266) is known color: Froly. HEX triplet: E9, 62 and 66. RGB value is (233,98,102). Sum of RGB (Red+Green+Blue) = 233+98+102=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E96266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96266 is #169D99. Grayscale: #8A8A8A. Windows color (decimal): -1482138 or 6709993. OLE color: 6709993.

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

Color convert

RGB 233 98 102 -
CMYK 0 0.58 0.56 0.09
HSL 358.22º 0.75% 0.65% -
HSV(B) 358.22º 0.58% 0.91% -
XYZ 40.37 27.02 15.66 -
YUV 138.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 233 98 102 0 0.58 0.56 0.09 358.22 0.75 0.65
Hex E9 62 66 0 3A 38 9 166 4B 41
Octal 351 142 146 0 72 70 11 546 113 101
Binary 11101001 1100010 1100110 0 111010 111000 1001 101100110 1001011 1000001

Color Harmonies of #E96266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96266

Black with #E96266

Text Example


Text Example

White with #E96266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96266; }

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

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

background-color css

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

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

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

border-color css

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

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

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