Html Css Color HEX #EE6D7F Froly

📋 copy color: '#EE6D7F'

red 238 ◦ green 109 ◦ blue 127

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

Shades of Froly #EE6D7F

Tints of Froly #EE6D7F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23%

 BLUE value IS 127 (50% from 255) = 26.79%

R = 50.21%
G = 23%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE6D7F (or 0xEE6D7F) is known color: Froly. HEX triplet: EE, 6D and 7F. RGB value is (238,109,127). Sum of RGB (Red+Green+Blue) = 238+109+127=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D7F is #119280. Grayscale: #959595. Windows color (decimal): -1151617 or 8351214. OLE color: 8351214.

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

Color convert

RGB 238 109 127 -
CMYK 0 0.54 0.47 0.07
HSL 351.63º 0.79% 0.68% -
HSV(B) 351.63º 0.54% 0.93% -
XYZ 44.56 30.65 23.65 -
YUV 149.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 238 109 127 0 0.54 0.47 0.07 351.63 0.79 0.68
Hex EE 6D 7F 0 36 2F 7 160 4F 44
Octal 356 155 177 0 66 57 7 540 117 104
Binary 11101110 1101101 1111111 0 110110 101111 111 101100000 1001111 1000100

Color Harmonies of #EE6D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6D7F

Black with #EE6D7F

Text Example


Text Example

White with #EE6D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6D7F; }

 p { color: rgb(238,109,127); }

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

background-color css

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

 a { background-color: rgb(238,109,127); }

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

border-color css

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

 span { border-color: rgb(238,109,127); }

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