Html Css Color HEX #E96673 Froly

📋 copy color: '#E96673'

red 233 ◦ green 102 ◦ blue 115

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

Shades of Froly #E96673

Tints of Froly #E96673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.67%

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

R = 51.78%
G = 22.67%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E96673 (or 0xE96673) is known color: Froly. HEX triplet: E9, 66 and 73. RGB value is (233,102,115). Sum of RGB (Red+Green+Blue) = 233+102+115=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E96673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96673 is #16998C. Grayscale: #8E8E8E. Windows color (decimal): -1481101 or 7562985. OLE color: 7562985.

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

Color convert

RGB 233 102 115 -
CMYK 0 0.56 0.51 0.09
HSL 354.05º 0.75% 0.66% -
HSV(B) 354.05º 0.56% 0.91% -
XYZ 41.45 28.06 19.45 -
YUV 142.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 233 102 115 0 0.56 0.51 0.09 354.05 0.75 0.66
Hex E9 66 73 0 38 33 9 162 4B 42
Octal 351 146 163 0 70 63 11 542 113 102
Binary 11101001 1100110 1110011 0 111000 110011 1001 101100010 1001011 1000010

Color Harmonies of #E96673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96673

Black with #E96673

Text Example


Text Example

White with #E96673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96673; }

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

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

background-color css

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

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

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

border-color css

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

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

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