Html Css Color HEX #E9767D Froly

📋 copy color: '#E9767D'

red 233 ◦ green 118 ◦ blue 125

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

Shades of Froly #E9767D

Tints of Froly #E9767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.79%

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

R = 48.95%
G = 24.79%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9767D (or 0xE9767D) is known color: Froly. HEX triplet: E9, 76 and 7D. RGB value is (233,118,125). Sum of RGB (Red+Green+Blue) = 233+118+125=476 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.95% from 476); Green value is 118 (46.48% from 255 or 24.79% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 233 - color contains mainly: red. Hex color #E9767D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9767D is #168982. Grayscale: #999999. Windows color (decimal): -1476995 or 8222441. OLE color: 8222441.

HSL color Cylindrical-coordinate representation of color #E9767D: hue angle of 356.35º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E9767D is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 118 125 -
CMYK 0 0.49 0.46 0.09
HSL 356.35º 0.72% 0.69% -
HSV(B) 356.35º 0.49% 0.91% -
XYZ 43.78 31.76 23.22 -
YUV 153.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 233 118 125 0 0.49 0.46 0.09 356.35 0.72 0.69
Hex E9 76 7D 0 31 2E 9 164 48 45
Octal 351 166 175 0 61 56 11 544 110 105
Binary 11101001 1110110 1111101 0 110001 101110 1001 101100100 1001000 1000101

Color Harmonies of #E9767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9767D

Black with #E9767D

Text Example


Text Example

White with #E9767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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