Html Css Color HEX #EE7380 Froly

📋 copy color: '#EE7380'

red 238 ◦ green 115 ◦ blue 128

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

Shades of Froly #EE7380

Tints of Froly #EE7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.91%

 BLUE value IS 128 (50.39% from 255) = 26.61%

R = 49.48%
G = 23.91%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE7380 (or 0xEE7380) is known color: Froly. HEX triplet: EE, 73 and 80. RGB value is (238,115,128). Sum of RGB (Red+Green+Blue) = 238+115+128=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7380 is #118C7F. Grayscale: #999999. Windows color (decimal): -1150080 or 8418286. OLE color: 8418286.

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

Color convert

RGB 238 115 128 -
CMYK 0 0.52 0.46 0.07
HSL 353.66º 0.78% 0.69% -
HSV(B) 353.66º 0.52% 0.93% -
XYZ 45.29 32 24.21 -
YUV 153.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 238 115 128 0 0.52 0.46 0.07 353.66 0.78 0.69
Hex EE 73 80 0 34 2E 7 162 4E 45
Octal 356 163 200 0 64 56 7 542 116 105
Binary 11101110 1110011 10000000 0 110100 101110 111 101100010 1001110 1000101

Color Harmonies of #EE7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7380

Black with #EE7380

Text Example


Text Example

White with #EE7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7380; }

 p { color: rgb(238,115,128); }

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

background-color css

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

 a { background-color: rgb(238,115,128); }

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

border-color css

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

 span { border-color: rgb(238,115,128); }

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