Html Css Color HEX #E96973 Froly

📋 copy color: '#E96973'

red 233 ◦ green 105 ◦ blue 115

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

Shades of Froly #E96973

Tints of Froly #E96973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.18%

 BLUE value IS 115 (45.31% from 255) = 25.39%

R = 51.43%
G = 23.18%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E96973 (or 0xE96973) is known color: Froly. HEX triplet: E9, 69 and 73. RGB value is (233,105,115). Sum of RGB (Red+Green+Blue) = 233+105+115=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E96973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96973 is #16968C. Grayscale: #909090. Windows color (decimal): -1480333 or 7563753. OLE color: 7563753.

HSL color Cylindrical-coordinate representation of color #E96973: hue angle of 355.31º degrees, saturation: 0.74, 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 #E96973 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 105 115 -
CMYK 0 0.55 0.51 0.09
HSL 355.31º 0.74% 0.66% -
HSV(B) 355.31º 0.55% 0.91% -
XYZ 41.75 28.66 19.55 -
YUV 144.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 233 105 115 0 0.55 0.51 0.09 355.31 0.74 0.66
Hex E9 69 73 0 37 33 9 163 4A 42
Octal 351 151 163 0 67 63 11 543 112 102
Binary 11101001 1101001 1110011 0 110111 110011 1001 101100011 1001010 1000010

Color Harmonies of #E96973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96973

Black with #E96973

Text Example


Text Example

White with #E96973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96973; }

 p { color: rgb(233,105,115); }

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

background-color css

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

 a { background-color: rgb(233,105,115); }

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

border-color css

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

 span { border-color: rgb(233,105,115); }

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