Html Css Color HEX #EE7680 Froly

📋 copy color: '#EE7680'

red 238 ◦ green 118 ◦ blue 128

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

Shades of Froly #EE7680

Tints of Froly #EE7680

RGB

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

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

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

R = 49.17%
G = 24.38%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE7680 (or 0xEE7680) is known color: Froly. HEX triplet: EE, 76 and 80. RGB value is (238,118,128). Sum of RGB (Red+Green+Blue) = 238+118+128=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7680 is #11897F. Grayscale: #9B9B9B. Windows color (decimal): -1149312 or 8419054. OLE color: 8419054.

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

Color convert

RGB 238 118 128 -
CMYK 0 0.50 0.46 0.07
HSL 355º 0.78% 0.7% -
HSV(B) 355º 0.5% 0.93% -
XYZ 45.63 32.69 24.33 -
YUV 155.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 238 118 128 0 0.50 0.46 0.07 355 0.78 0.7
Hex EE 76 80 0 32 2E 7 163 4E 46
Octal 356 166 200 0 62 56 7 543 116 106
Binary 11101110 1110110 10000000 0 110010 101110 111 101100011 1001110 1000110

Color Harmonies of #EE7680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7680

Black with #EE7680

Text Example


Text Example

White with #EE7680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7680; }

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

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

background-color css

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

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

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

border-color css

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

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

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