Html Css Color HEX #EE6D74 Froly

📋 copy color: '#EE6D74'

red 238 ◦ green 109 ◦ blue 116

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

Shades of Froly #EE6D74

Tints of Froly #EE6D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.05%

R = 51.4%
G = 23.54%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE6D74 (or 0xEE6D74) is known color: Froly. HEX triplet: EE, 6D and 74. RGB value is (238,109,116). Sum of RGB (Red+Green+Blue) = 238+109+116=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D74 is #11928B. Grayscale: #949494. Windows color (decimal): -1151628 or 7630318. OLE color: 7630318.

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

Color convert

RGB 238 109 116 -
CMYK 0 0.54 0.51 0.07
HSL 356.74º 0.79% 0.68% -
HSV(B) 356.74º 0.54% 0.93% -
XYZ 43.88 30.38 20.07 -
YUV 148.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 238 109 116 0 0.54 0.51 0.07 356.74 0.79 0.68
Hex EE 6D 74 0 36 33 7 165 4F 44
Octal 356 155 164 0 66 63 7 545 117 104
Binary 11101110 1101101 1110100 0 110110 110011 111 101100101 1001111 1000100

Color Harmonies of #EE6D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6D74

Black with #EE6D74

Text Example


Text Example

White with #EE6D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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