Html Css Color HEX #EE6B80 Froly

📋 copy color: '#EE6B80'

red 238 ◦ green 107 ◦ blue 128

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

Shades of Froly #EE6B80

Tints of Froly #EE6B80

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.62%

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

R = 50.32%
G = 22.62%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE6B80 (or 0xEE6B80) is known color: Froly. HEX triplet: EE, 6B and 80. RGB value is (238,107,128). Sum of RGB (Red+Green+Blue) = 238+107+128=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6B80 is #11947F. Grayscale: #949494. Windows color (decimal): -1152128 or 8416238. OLE color: 8416238.

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

Color convert

RGB 238 107 128 -
CMYK 0 0.55 0.46 0.07
HSL 350.38º 0.79% 0.68% -
HSV(B) 350.38º 0.55% 0.93% -
XYZ 44.41 30.25 23.92 -
YUV 148.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 238 107 128 0 0.55 0.46 0.07 350.38 0.79 0.68
Hex EE 6B 80 0 37 2E 7 15E 4F 44
Octal 356 153 200 0 67 56 7 536 117 104
Binary 11101110 1101011 10000000 0 110111 101110 111 101011110 1001111 1000100

Color Harmonies of #EE6B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6B80

Black with #EE6B80

Text Example


Text Example

White with #EE6B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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