Html Css Color HEX #E96677 Froly

📋 copy color: '#E96677'

red 233 ◦ green 102 ◦ blue 119

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

Shades of Froly #E96677

Tints of Froly #E96677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 51.32%
G = 22.47%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E96677 (or 0xE96677) is known color: Froly. HEX triplet: E9, 66 and 77. RGB value is (233,102,119). Sum of RGB (Red+Green+Blue) = 233+102+119=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E96677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96677 is #169988. Grayscale: #8F8F8F. Windows color (decimal): -1481097 or 7825129. OLE color: 7825129.

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

Color convert

RGB 233 102 119 -
CMYK 0 0.56 0.49 0.09
HSL 352.21º 0.75% 0.66% -
HSV(B) 352.21º 0.56% 0.91% -
XYZ 41.69 28.16 20.69 -
YUV 143.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 233 102 119 0 0.56 0.49 0.09 352.21 0.75 0.66
Hex E9 66 77 0 38 31 9 160 4B 42
Octal 351 146 167 0 70 61 11 540 113 102
Binary 11101001 1100110 1110111 0 111000 110001 1001 101100000 1001011 1000010

Color Harmonies of #E96677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96677

Black with #E96677

Text Example


Text Example

White with #E96677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96677; }

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

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

background-color css

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

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

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

border-color css

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

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

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