Html Css Color HEX #EE6978 Froly

📋 copy color: '#EE6978'

red 238 ◦ green 105 ◦ blue 120

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

Shades of Froly #EE6978

Tints of Froly #EE6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.68%

 BLUE value IS 120 (47.27% from 255) = 25.92%

R = 51.4%
G = 22.68%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE6978 (or 0xEE6978) is known color: Froly. HEX triplet: EE, 69 and 78. RGB value is (238,105,120). Sum of RGB (Red+Green+Blue) = 238+105+120=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6978 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6978 is #119687. Grayscale: #929292. Windows color (decimal): -1152648 or 7891438. OLE color: 7891438.

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

Color convert

RGB 238 105 120 -
CMYK 0 0.56 0.50 0.07
HSL 353.23º 0.8% 0.67% -
HSV(B) 353.23º 0.56% 0.93% -
XYZ 43.7 29.64 21.19 -
YUV 146.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 238 105 120 0 0.56 0.50 0.07 353.23 0.8 0.67
Hex EE 69 78 0 38 32 7 161 50 43
Octal 356 151 170 0 70 62 7 541 120 103
Binary 11101110 1101001 1111000 0 111000 110010 111 101100001 1010000 1000011

Color Harmonies of #EE6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6978

Black with #EE6978

Text Example


Text Example

White with #EE6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6978; }

 p { color: rgb(238,105,120); }

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

background-color css

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

 a { background-color: rgb(238,105,120); }

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

border-color css

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

 span { border-color: rgb(238,105,120); }

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