Html Css Color HEX #E96667 Froly

📋 copy color: '#E96667'

red 233 ◦ green 102 ◦ blue 103

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

Shades of Froly #E96667

Tints of Froly #E96667

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.29%

 BLUE value IS 103 (40.63% from 255) = 23.52%

R = 53.2%
G = 23.29%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E96667 (or 0xE96667) is known color: Froly. HEX triplet: E9, 66 and 67. RGB value is (233,102,103). Sum of RGB (Red+Green+Blue) = 233+102+103=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E96667 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96667 is #169998. Grayscale: #8D8D8D. Windows color (decimal): -1481113 or 6776553. OLE color: 6776553.

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

Color convert

RGB 233 102 103 -
CMYK 0 0.56 0.56 0.09
HSL 359.54º 0.75% 0.66% -
HSV(B) 359.54º 0.56% 0.91% -
XYZ 40.8 27.81 16.05 -
YUV 141.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 233 102 103 0 0.56 0.56 0.09 359.54 0.75 0.66
Hex E9 66 67 0 38 38 9 168 4B 42
Octal 351 146 147 0 70 70 11 550 113 102
Binary 11101001 1100110 1100111 0 111000 111000 1001 101101000 1001011 1000010

Color Harmonies of #E96667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96667

Black with #E96667

Text Example


Text Example

White with #E96667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96667; }

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

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

background-color css

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

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

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

border-color css

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

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

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