Html Css Color HEX #EE6674 Froly

📋 copy color: '#EE6674'

red 238 ◦ green 102 ◦ blue 116

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

Shades of Froly #EE6674

Tints of Froly #EE6674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.37%

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

R = 52.19%
G = 22.37%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE6674 (or 0xEE6674) is known color: Froly. HEX triplet: EE, 66 and 74. RGB value is (238,102,116). Sum of RGB (Red+Green+Blue) = 238+102+116=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6674 is #11998B. Grayscale: #909090. Windows color (decimal): -1153420 or 7628526. OLE color: 7628526.

HSL color Cylindrical-coordinate representation of color #EE6674: hue angle of 353.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6674 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 102 116 -
CMYK 0 0.57 0.51 0.07
HSL 353.82º 0.8% 0.67% -
HSV(B) 353.82º 0.57% 0.93% -
XYZ 43.16 28.94 19.83 -
YUV 144.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 238 102 116 0 0.57 0.51 0.07 353.82 0.8 0.67
Hex EE 66 74 0 39 33 7 162 50 43
Octal 356 146 164 0 71 63 7 542 120 103
Binary 11101110 1100110 1110100 0 111001 110011 111 101100010 1010000 1000011

Color Harmonies of #EE6674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6674

Black with #EE6674

Text Example


Text Example

White with #EE6674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6674; }

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

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

background-color css

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

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

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

border-color css

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

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

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