Html Css Color HEX #EE767B Froly

📋 copy color: '#EE767B'

red 238 ◦ green 118 ◦ blue 123

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

Shades of Froly #EE767B

Tints of Froly #EE767B

RGB

 RED value IS 238 (93.36% from 255) = 49.69%

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

 BLUE value IS 123 (48.44% from 255) = 25.68%

R = 49.69%
G = 24.63%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EE767B (or 0xEE767B) is known color: Froly. HEX triplet: EE, 76 and 7B. RGB value is (238,118,123). Sum of RGB (Red+Green+Blue) = 238+118+123=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE767B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE767B is #118984. Grayscale: #9A9A9A. Windows color (decimal): -1149317 or 8091374. OLE color: 8091374.

HSL color Cylindrical-coordinate representation of color #EE767B: hue angle of 357.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE767B is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 118 123 -
CMYK 0 0.50 0.48 0.07
HSL 357.5º 0.78% 0.7% -
HSV(B) 357.5º 0.5% 0.93% -
XYZ 45.31 32.56 22.64 -
YUV 154.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 238 118 123 0 0.50 0.48 0.07 357.5 0.78 0.7
Hex EE 76 7B 0 32 30 7 166 4E 46
Octal 356 166 173 0 62 60 7 546 116 106
Binary 11101110 1110110 1111011 0 110010 110000 111 101100110 1001110 1000110

Color Harmonies of #EE767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE767B

Black with #EE767B

Text Example


Text Example

White with #EE767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE767B; }

 p { color: rgb(238,118,123); }

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

background-color css

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

 a { background-color: rgb(238,118,123); }

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

border-color css

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

 span { border-color: rgb(238,118,123); }

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