Html Css Color HEX #EE767F Froly

📋 copy color: '#EE767F'

red 238 ◦ green 118 ◦ blue 127

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

Shades of Froly #EE767F

Tints of Froly #EE767F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.29%

R = 49.28%
G = 24.43%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE767F (or 0xEE767F) is known color: Froly. HEX triplet: EE, 76 and 7F. RGB value is (238,118,127). Sum of RGB (Red+Green+Blue) = 238+118+127=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE767F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE767F is #118980. Grayscale: #9A9A9A. Windows color (decimal): -1149313 or 8353518. OLE color: 8353518.

HSL color Cylindrical-coordinate representation of color #EE767F: hue angle of 355.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 #EE767F is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 118 127 -
CMYK 0 0.50 0.47 0.07
HSL 355.5º 0.78% 0.7% -
HSV(B) 355.5º 0.5% 0.93% -
XYZ 45.57 32.67 23.98 -
YUV 154.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 238 118 127 0 0.50 0.47 0.07 355.5 0.78 0.7
Hex EE 76 7F 0 32 2F 7 164 4E 46
Octal 356 166 177 0 62 57 7 544 116 106
Binary 11101110 1110110 1111111 0 110010 101111 111 101100100 1001110 1000110

Color Harmonies of #EE767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE767F

Black with #EE767F

Text Example


Text Example

White with #EE767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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