Html Css Color HEX #E96C7B Froly

📋 copy color: '#E96C7B'

red 233 ◦ green 108 ◦ blue 123

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

Shades of Froly #E96C7B

Tints of Froly #E96C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.28%

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

R = 50.22%
G = 23.28%
B = 26.51%

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

#E96C7B (or 0xE96C7B) is known color: Froly. HEX triplet: E9, 6C and 7B. RGB value is (233,108,123). Sum of RGB (Red+Green+Blue) = 233+108+123=464 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.22% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 233 - color contains mainly: red. Hex color #E96C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96C7B is #169384. Grayscale: #939393. Windows color (decimal): -1479557 or 8088809. OLE color: 8088809.

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

Color convert

RGB 233 108 123 -
CMYK 0 0.54 0.47 0.09
HSL 352.8º 0.74% 0.67% -
HSV(B) 352.8º 0.54% 0.91% -
XYZ 42.54 29.48 22.19 -
YUV 147.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 233 108 123 0 0.54 0.47 0.09 352.8 0.74 0.67
Hex E9 6C 7B 0 36 2F 9 161 4A 43
Octal 351 154 173 0 66 57 11 541 112 103
Binary 11101001 1101100 1111011 0 110110 101111 1001 101100001 1001010 1000011

Color Harmonies of #E96C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96C7B

Black with #E96C7B

Text Example


Text Example

White with #E96C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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