Html Css Color HEX #E96B7C Froly

📋 copy color: '#E96B7C'

red 233 ◦ green 107 ◦ blue 124

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

Shades of Froly #E96B7C

Tints of Froly #E96B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.72%

R = 50.22%
G = 23.06%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E96B7C (or 0xE96B7C) is known color: Froly. HEX triplet: E9, 6B and 7C. RGB value is (233,107,124). Sum of RGB (Red+Green+Blue) = 233+107+124=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B7C is #169483. Grayscale: #929292. Windows color (decimal): -1479812 or 8154089. OLE color: 8154089.

HSL color Cylindrical-coordinate representation of color #E96B7C: hue angle of 351.9º 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 #E96B7C is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 107 124 -
CMYK 0 0.54 0.47 0.09
HSL 351.9º 0.74% 0.67% -
HSV(B) 351.9º 0.54% 0.91% -
XYZ 42.5 29.29 22.48 -
YUV 146.61 115.24 189.62 -
System Red Green Blue C M Y K H S L
Decimal 233 107 124 0 0.54 0.47 0.09 351.9 0.74 0.67
Hex E9 6B 7C 0 36 2F 9 160 4A 43
Octal 351 153 174 0 66 57 11 540 112 103
Binary 11101001 1101011 1111100 0 110110 101111 1001 101100000 1001010 1000011

Color Harmonies of #E96B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96B7C

Black with #E96B7C

Text Example


Text Example

White with #E96B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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