Html Css Color HEX #EE6468 Froly

📋 copy color: '#EE6468'

red 238 ◦ green 100 ◦ blue 104

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

Shades of Froly #EE6468

Tints of Froly #EE6468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.53%

R = 53.85%
G = 22.62%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EE6468 (or 0xEE6468) is known color: Froly. HEX triplet: EE, 64 and 68. RGB value is (238,100,104). Sum of RGB (Red+Green+Blue) = 238+100+104=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6468 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6468 is #119B97. Grayscale: #8D8D8D. Windows color (decimal): -1153944 or 6841582. OLE color: 6841582.

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

Color convert

RGB 238 100 104 -
CMYK 0 0.58 0.56 0.07
HSL 358.26º 0.8% 0.66% -
HSV(B) 358.26º 0.58% 0.93% -
XYZ 42.32 28.29 16.33 -
YUV 141.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 238 100 104 0 0.58 0.56 0.07 358.26 0.8 0.66
Hex EE 64 68 0 3A 38 7 166 50 42
Octal 356 144 150 0 72 70 7 546 120 102
Binary 11101110 1100100 1101000 0 111010 111000 111 101100110 1010000 1000010

Color Harmonies of #EE6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6468

Black with #EE6468

Text Example


Text Example

White with #EE6468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6468; }

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

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

background-color css

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

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

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

border-color css

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

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

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