Html Css Color HEX #EE6C80 Froly

📋 copy color: '#EE6C80'

red 238 ◦ green 108 ◦ blue 128

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

Shades of Froly #EE6C80

Tints of Froly #EE6C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.78%

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

R = 50.21%
G = 22.78%
B = 27%

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

#EE6C80 (or 0xEE6C80) is known color: Froly. HEX triplet: EE, 6C and 80. RGB value is (238,108,128). Sum of RGB (Red+Green+Blue) = 238+108+128=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6C80 is #11937F. Grayscale: #959595. Windows color (decimal): -1151872 or 8416494. OLE color: 8416494.

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

Color convert

RGB 238 108 128 -
CMYK 0 0.55 0.46 0.07
HSL 350.77º 0.79% 0.68% -
HSV(B) 350.77º 0.55% 0.93% -
XYZ 44.52 30.46 23.96 -
YUV 149.15 116.07 191.37 -
System Red Green Blue C M Y K H S L
Decimal 238 108 128 0 0.55 0.46 0.07 350.77 0.79 0.68
Hex EE 6C 80 0 37 2E 7 15F 4F 44
Octal 356 154 200 0 67 56 7 537 117 104
Binary 11101110 1101100 10000000 0 110111 101110 111 101011111 1001111 1000100

Color Harmonies of #EE6C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6C80

Black with #EE6C80

Text Example


Text Example

White with #EE6C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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