Html Css Color HEX #E96B6E Froly

📋 copy color: '#E96B6E'

red 233 ◦ green 107 ◦ blue 110

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

Shades of Froly #E96B6E

Tints of Froly #E96B6E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

 BLUE value IS 110 (43.36% from 255) = 24.44%

R = 51.78%
G = 23.78%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E96B6E (or 0xE96B6E) is known color: Froly. HEX triplet: E9, 6B and 6E. RGB value is (233,107,110). Sum of RGB (Red+Green+Blue) = 233+107+110=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B6E is #169491. Grayscale: #919191. Windows color (decimal): -1479826 or 7236585. OLE color: 7236585.

HSL color Cylindrical-coordinate representation of color #E96B6E: hue angle of 358.57º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96B6E is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 107 110 -
CMYK 0 0.54 0.53 0.09
HSL 358.57º 0.74% 0.67% -
HSV(B) 358.57º 0.54% 0.91% -
XYZ 41.68 28.96 18.15 -
YUV 145.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 233 107 110 0 0.54 0.53 0.09 358.57 0.74 0.67
Hex E9 6B 6E 0 36 35 9 167 4A 43
Octal 351 153 156 0 66 65 11 547 112 103
Binary 11101001 1101011 1101110 0 110110 110101 1001 101100111 1001010 1000011

Color Harmonies of #E96B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96B6E

Black with #E96B6E

Text Example


Text Example

White with #E96B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96B6E; }

 p { color: rgb(233,107,110); }

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

background-color css

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

 a { background-color: rgb(233,107,110); }

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

border-color css

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

 span { border-color: rgb(233,107,110); }

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