Html Css Color HEX #EE6D70 Froly

📋 copy color: '#EE6D70'

red 238 ◦ green 109 ◦ blue 112

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

Shades of Froly #EE6D70

Tints of Froly #EE6D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 51.85%
G = 23.75%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE6D70 (or 0xEE6D70) is known color: Froly. HEX triplet: EE, 6D and 70. RGB value is (238,109,112). Sum of RGB (Red+Green+Blue) = 238+109+112=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D70 is #11928F. Grayscale: #949494. Windows color (decimal): -1151632 or 7368174. OLE color: 7368174.

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

Color convert

RGB 238 109 112 -
CMYK 0 0.54 0.53 0.07
HSL 358.6º 0.79% 0.68% -
HSV(B) 358.6º 0.54% 0.93% -
XYZ 43.65 30.28 18.87 -
YUV 147.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 238 109 112 0 0.54 0.53 0.07 358.6 0.79 0.68
Hex EE 6D 70 0 36 35 7 167 4F 44
Octal 356 155 160 0 66 65 7 547 117 104
Binary 11101110 1101101 1110000 0 110110 110101 111 101100111 1001111 1000100

Color Harmonies of #EE6D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6D70

Black with #EE6D70

Text Example


Text Example

White with #EE6D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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