Html Css Color HEX #EE7682 Froly

📋 copy color: '#EE7682'

red 238 ◦ green 118 ◦ blue 130

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

Shades of Froly #EE7682

Tints of Froly #EE7682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.75%

R = 48.97%
G = 24.28%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE7682 (or 0xEE7682) is known color: Froly. HEX triplet: EE, 76 and 82. RGB value is (238,118,130). Sum of RGB (Red+Green+Blue) = 238+118+130=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7682 is #11897D. Grayscale: #9B9B9B. Windows color (decimal): -1149310 or 8550126. OLE color: 8550126.

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

Color convert

RGB 238 118 130 -
CMYK 0 0.50 0.45 0.07
HSL 354º 0.78% 0.7% -
HSV(B) 354º 0.5% 0.93% -
XYZ 45.77 32.75 25.03 -
YUV 155.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 238 118 130 0 0.50 0.45 0.07 354 0.78 0.7
Hex EE 76 82 0 32 2D 7 162 4E 46
Octal 356 166 202 0 62 55 7 542 116 106
Binary 11101110 1110110 10000010 0 110010 101101 111 101100010 1001110 1000110

Color Harmonies of #EE7682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7682

Black with #EE7682

Text Example


Text Example

White with #EE7682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7682; }

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

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

background-color css

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

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

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

border-color css

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

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

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