Html Css Color HEX #E96E7B Froly

📋 copy color: '#E96E7B'

red 233 ◦ green 110 ◦ blue 123

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

Shades of Froly #E96E7B

Tints of Froly #E96E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.61%

 BLUE value IS 123 (48.44% from 255) = 26.39%

R = 50%
G = 23.61%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E96E7B (or 0xE96E7B) is known color: Froly. HEX triplet: E9, 6E and 7B. RGB value is (233,110,123). Sum of RGB (Red+Green+Blue) = 233+110+123=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96E7B is #169184. Grayscale: #949494. Windows color (decimal): -1479045 or 8089321. OLE color: 8089321.

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

Color convert

RGB 233 110 123 -
CMYK 0 0.53 0.47 0.09
HSL 353.66º 0.74% 0.67% -
HSV(B) 353.66º 0.53% 0.91% -
XYZ 42.76 29.91 22.26 -
YUV 148.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 233 110 123 0 0.53 0.47 0.09 353.66 0.74 0.67
Hex E9 6E 7B 0 35 2F 9 162 4A 43
Octal 351 156 173 0 65 57 11 542 112 103
Binary 11101001 1101110 1111011 0 110101 101111 1001 101100010 1001010 1000011

Color Harmonies of #E96E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96E7B

Black with #E96E7B

Text Example


Text Example

White with #E96E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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