Html Css Color HEX #EE6D72 Froly

📋 copy color: '#EE6D72'

red 238 ◦ green 109 ◦ blue 114

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

Shades of Froly #EE6D72

Tints of Froly #EE6D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 51.63%
G = 23.64%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE6D72 (or 0xEE6D72) is known color: Froly. HEX triplet: EE, 6D and 72. RGB value is (238,109,114). Sum of RGB (Red+Green+Blue) = 238+109+114=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D72 is #11928D. Grayscale: #949494. Windows color (decimal): -1151630 or 7499246. OLE color: 7499246.

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

Color convert

RGB 238 109 114 -
CMYK 0 0.54 0.52 0.07
HSL 357.67º 0.79% 0.68% -
HSV(B) 357.67º 0.54% 0.93% -
XYZ 43.77 30.33 19.47 -
YUV 148.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 238 109 114 0 0.54 0.52 0.07 357.67 0.79 0.68
Hex EE 6D 72 0 36 34 7 166 4F 44
Octal 356 155 162 0 66 64 7 546 117 104
Binary 11101110 1101101 1110010 0 110110 110100 111 101100110 1001111 1000100

Color Harmonies of #EE6D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6D72

Black with #EE6D72

Text Example


Text Example

White with #EE6D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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