Html Css Color HEX #EE6874 Froly

📋 copy color: '#EE6874'

red 238 ◦ green 104 ◦ blue 116

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

Shades of Froly #EE6874

Tints of Froly #EE6874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.71%

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

R = 51.97%
G = 22.71%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE6874 (or 0xEE6874) is known color: Froly. HEX triplet: EE, 68 and 74. RGB value is (238,104,116). Sum of RGB (Red+Green+Blue) = 238+104+116=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6874 is #11978B. Grayscale: #919191. Windows color (decimal): -1152908 or 7629038. OLE color: 7629038.

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

Color convert

RGB 238 104 116 -
CMYK 0 0.56 0.51 0.07
HSL 354.63º 0.8% 0.67% -
HSV(B) 354.63º 0.56% 0.93% -
XYZ 43.36 29.34 19.9 -
YUV 145.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 238 104 116 0 0.56 0.51 0.07 354.63 0.8 0.67
Hex EE 68 74 0 38 33 7 163 50 43
Octal 356 150 164 0 70 63 7 543 120 103
Binary 11101110 1101000 1110100 0 111000 110011 111 101100011 1010000 1000011

Color Harmonies of #EE6874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6874

Black with #EE6874

Text Example


Text Example

White with #EE6874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6874; }

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

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

background-color css

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

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

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

border-color css

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

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

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