Html Css Color HEX #EE757F Froly

📋 copy color: '#EE757F'

red 238 ◦ green 117 ◦ blue 127

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

Shades of Froly #EE757F

Tints of Froly #EE757F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.27%

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

R = 49.38%
G = 24.27%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE757F (or 0xEE757F) is known color: Froly. HEX triplet: EE, 75 and 7F. RGB value is (238,117,127). Sum of RGB (Red+Green+Blue) = 238+117+127=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE757F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE757F is #118A80. Grayscale: #9A9A9A. Windows color (decimal): -1149569 or 8353262. OLE color: 8353262.

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

Color convert

RGB 238 117 127 -
CMYK 0 0.51 0.47 0.07
HSL 355.04º 0.78% 0.7% -
HSV(B) 355.04º 0.51% 0.93% -
XYZ 45.45 32.43 23.94 -
YUV 154.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 238 117 127 0 0.51 0.47 0.07 355.04 0.78 0.7
Hex EE 75 7F 0 33 2F 7 163 4E 46
Octal 356 165 177 0 63 57 7 543 116 106
Binary 11101110 1110101 1111111 0 110011 101111 111 101100011 1001110 1000110

Color Harmonies of #EE757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE757F

Black with #EE757F

Text Example


Text Example

White with #EE757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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