Html Css Color HEX #EE6364 Froly

📋 copy color: '#EE6364'

red 238 ◦ green 99 ◦ blue 100

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

Shades of Froly #EE6364

Tints of Froly #EE6364

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.65%

 BLUE value IS 100 (39.45% from 255) = 22.88%

R = 54.46%
G = 22.65%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE6364 (or 0xEE6364) is known color: Froly. HEX triplet: EE, 63 and 64. RGB value is (238,99,100). Sum of RGB (Red+Green+Blue) = 238+99+100=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6364 is #119C9B. Grayscale: #8C8C8C. Windows color (decimal): -1154204 or 6579182. OLE color: 6579182.

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

Color convert

RGB 238 99 100 -
CMYK 0 0.58 0.58 0.07
HSL 359.57º 0.8% 0.66% -
HSV(B) 359.57º 0.58% 0.93% -
XYZ 42.02 28.02 15.25 -
YUV 140.68 105.05 197.42 -
System Red Green Blue C M Y K H S L
Decimal 238 99 100 0 0.58 0.58 0.07 359.57 0.8 0.66
Hex EE 63 64 0 3A 3A 7 168 50 42
Octal 356 143 144 0 72 72 7 550 120 102
Binary 11101110 1100011 1100100 0 111010 111010 111 101101000 1010000 1000010

Color Harmonies of #EE6364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6364

Black with #EE6364

Text Example


Text Example

White with #EE6364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6364; }

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

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

background-color css

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

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

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

border-color css

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

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

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