Html Css Color HEX #EE6473 Froly

📋 copy color: '#EE6473'

red 238 ◦ green 100 ◦ blue 115

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

Shades of Froly #EE6473

Tints of Froly #EE6473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.08%

 BLUE value IS 115 (45.31% from 255) = 25.39%

R = 52.54%
G = 22.08%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE6473 (or 0xEE6473) is known color: Froly. HEX triplet: EE, 64 and 73. RGB value is (238,100,115). Sum of RGB (Red+Green+Blue) = 238+100+115=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6473 is #119B8C. Grayscale: #8F8F8F. Windows color (decimal): -1153933 or 7562478. OLE color: 7562478.

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

Color convert

RGB 238 100 115 -
CMYK 0 0.58 0.52 0.07
HSL 353.48º 0.8% 0.66% -
HSV(B) 353.48º 0.58% 0.93% -
XYZ 42.91 28.53 19.46 -
YUV 142.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 238 100 115 0 0.58 0.52 0.07 353.48 0.8 0.66
Hex EE 64 73 0 3A 34 7 161 50 42
Octal 356 144 163 0 72 64 7 541 120 102
Binary 11101110 1100100 1110011 0 111010 110100 111 101100001 1010000 1000010

Color Harmonies of #EE6473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6473

Black with #EE6473

Text Example


Text Example

White with #EE6473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6473; }

 p { color: rgb(238,100,115); }

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

background-color css

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

 a { background-color: rgb(238,100,115); }

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

border-color css

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

 span { border-color: rgb(238,100,115); }

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