Html Css Color HEX #E96871 Froly

📋 copy color: '#E96871'

red 233 ◦ green 104 ◦ blue 113

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

Shades of Froly #E96871

Tints of Froly #E96871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.11%

 BLUE value IS 113 (44.53% from 255) = 25.11%

R = 51.78%
G = 23.11%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E96871 (or 0xE96871) is known color: Froly. HEX triplet: E9, 68 and 71. RGB value is (233,104,113). Sum of RGB (Red+Green+Blue) = 233+104+113=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E96871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96871 is #16978E. Grayscale: #8F8F8F. Windows color (decimal): -1480591 or 7432425. OLE color: 7432425.

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

Color convert

RGB 233 104 113 -
CMYK 0 0.55 0.52 0.09
HSL 355.81º 0.75% 0.66% -
HSV(B) 355.81º 0.55% 0.91% -
XYZ 41.54 28.42 18.92 -
YUV 143.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 233 104 113 0 0.55 0.52 0.09 355.81 0.75 0.66
Hex E9 68 71 0 37 34 9 164 4B 42
Octal 351 150 161 0 67 64 11 544 113 102
Binary 11101001 1101000 1110001 0 110111 110100 1001 101100100 1001011 1000010

Color Harmonies of #E96871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96871

Black with #E96871

Text Example


Text Example

White with #E96871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96871; }

 p { color: rgb(233,104,113); }

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

background-color css

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

 a { background-color: rgb(233,104,113); }

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

border-color css

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

 span { border-color: rgb(233,104,113); }

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