Html Css Color HEX #EE7581 Froly

📋 copy color: '#EE7581'

red 238 ◦ green 117 ◦ blue 129

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

Shades of Froly #EE7581

Tints of Froly #EE7581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.65%

R = 49.17%
G = 24.17%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE7581 (or 0xEE7581) is known color: Froly. HEX triplet: EE, 75 and 81. RGB value is (238,117,129). Sum of RGB (Red+Green+Blue) = 238+117+129=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7581 is #118A7E. Grayscale: #9A9A9A. Windows color (decimal): -1149567 or 8484334. OLE color: 8484334.

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

Color convert

RGB 238 117 129 -
CMYK 0 0.51 0.46 0.07
HSL 354.05º 0.78% 0.7% -
HSV(B) 354.05º 0.51% 0.93% -
XYZ 45.58 32.48 24.64 -
YUV 154.55 113.59 187.52 -
System Red Green Blue C M Y K H S L
Decimal 238 117 129 0 0.51 0.46 0.07 354.05 0.78 0.7
Hex EE 75 81 0 33 2E 7 162 4E 46
Octal 356 165 201 0 63 56 7 542 116 106
Binary 11101110 1110101 10000001 0 110011 101110 111 101100010 1001110 1000110

Color Harmonies of #EE7581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7581

Black with #EE7581

Text Example


Text Example

White with #EE7581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7581; }

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

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

background-color css

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

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

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

border-color css

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

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

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