Html Css Color HEX #EE6D7D Froly

📋 copy color: '#EE6D7D'

red 238 ◦ green 109 ◦ blue 125

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

Shades of Froly #EE6D7D

Tints of Froly #EE6D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 50.42%
G = 23.09%
B = 26.48%

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

#EE6D7D (or 0xEE6D7D) is known color: Froly. HEX triplet: EE, 6D and 7D. RGB value is (238,109,125). Sum of RGB (Red+Green+Blue) = 238+109+125=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D7D is #119282. Grayscale: #959595. Windows color (decimal): -1151619 or 8220142. OLE color: 8220142.

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

Color convert

RGB 238 109 125 -
CMYK 0 0.54 0.47 0.07
HSL 352.56º 0.79% 0.68% -
HSV(B) 352.56º 0.54% 0.93% -
XYZ 44.43 30.6 22.97 -
YUV 149.4 114.24 191.2 -
System Red Green Blue C M Y K H S L
Decimal 238 109 125 0 0.54 0.47 0.07 352.56 0.79 0.68
Hex EE 6D 7D 0 36 2F 7 161 4F 44
Octal 356 155 175 0 66 57 7 541 117 104
Binary 11101110 1101101 1111101 0 110110 101111 111 101100001 1001111 1000100

Color Harmonies of #EE6D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6D7D

Black with #EE6D7D

Text Example


Text Example

White with #EE6D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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