Html Css Color HEX #EE757A Froly

📋 copy color: '#EE757A'

red 238 ◦ green 117 ◦ blue 122

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

Shades of Froly #EE757A

Tints of Froly #EE757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.58%

R = 49.9%
G = 24.53%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE757A (or 0xEE757A) is known color: Froly. HEX triplet: EE, 75 and 7A. RGB value is (238,117,122). Sum of RGB (Red+Green+Blue) = 238+117+122=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE757A is #118A85. Grayscale: #999999. Windows color (decimal): -1149574 or 8025582. OLE color: 8025582.

HSL color Cylindrical-coordinate representation of color #EE757A: hue angle of 357.52º 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 #EE757A is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 117 122 -
CMYK 0 0.51 0.49 0.07
HSL 357.52º 0.78% 0.7% -
HSV(B) 357.52º 0.51% 0.93% -
XYZ 45.13 32.3 22.27 -
YUV 153.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 238 117 122 0 0.51 0.49 0.07 357.52 0.78 0.7
Hex EE 75 7A 0 33 31 7 166 4E 46
Octal 356 165 172 0 63 61 7 546 116 106
Binary 11101110 1110101 1111010 0 110011 110001 111 101100110 1001110 1000110

Color Harmonies of #EE757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE757A

Black with #EE757A

Text Example


Text Example

White with #EE757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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