Html Css Color HEX #E9677D Froly

📋 copy color: '#E9677D'

red 233 ◦ green 103 ◦ blue 125

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

Shades of Froly #E9677D

Tints of Froly #E9677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.34%

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 50.54%
G = 22.34%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9677D (or 0xE9677D) is known color: Froly. HEX triplet: E9, 67 and 7D. RGB value is (233,103,125). Sum of RGB (Red+Green+Blue) = 233+103+125=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E9677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9677D is #169882. Grayscale: #909090. Windows color (decimal): -1480835 or 8218601. OLE color: 8218601.

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

Color convert

RGB 233 103 125 -
CMYK 0 0.56 0.46 0.09
HSL 349.85º 0.75% 0.66% -
HSV(B) 349.85º 0.56% 0.91% -
XYZ 42.16 28.5 22.68 -
YUV 144.38 117.07 191.21 -
System Red Green Blue C M Y K H S L
Decimal 233 103 125 0 0.56 0.46 0.09 349.85 0.75 0.66
Hex E9 67 7D 0 38 2E 9 15E 4B 42
Octal 351 147 175 0 70 56 11 536 113 102
Binary 11101001 1100111 1111101 0 111000 101110 1001 101011110 1001011 1000010

Color Harmonies of #E9677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9677D

Black with #E9677D

Text Example


Text Example

White with #E9677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9677D; }

 p { color: rgb(233,103,125); }

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

background-color css

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

 a { background-color: rgb(233,103,125); }

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

border-color css

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

 span { border-color: rgb(233,103,125); }

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