Html Css Color HEX #EE6A6F Froly

📋 copy color: '#EE6A6F'

red 238 ◦ green 106 ◦ blue 111

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

Shades of Froly #EE6A6F

Tints of Froly #EE6A6F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.3%

 BLUE value IS 111 (43.75% from 255) = 24.4%

R = 52.31%
G = 23.3%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE6A6F (or 0xEE6A6F) is known color: Froly. HEX triplet: EE, 6A and 6F. RGB value is (238,106,111). Sum of RGB (Red+Green+Blue) = 238+106+111=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A6F is #119590. Grayscale: #929292. Windows color (decimal): -1152401 or 7301870. OLE color: 7301870.

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

Color convert

RGB 238 106 111 -
CMYK 0 0.55 0.53 0.07
HSL 357.73º 0.8% 0.67% -
HSV(B) 357.73º 0.55% 0.93% -
XYZ 43.28 29.63 18.48 -
YUV 146.04 108.23 193.59 -
System Red Green Blue C M Y K H S L
Decimal 238 106 111 0 0.55 0.53 0.07 357.73 0.8 0.67
Hex EE 6A 6F 0 37 35 7 166 50 43
Octal 356 152 157 0 67 65 7 546 120 103
Binary 11101110 1101010 1101111 0 110111 110101 111 101100110 1010000 1000011

Color Harmonies of #EE6A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6A6F

Black with #EE6A6F

Text Example


Text Example

White with #EE6A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6A6F; }

 p { color: rgb(238,106,111); }

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

background-color css

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

 a { background-color: rgb(238,106,111); }

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

border-color css

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

 span { border-color: rgb(238,106,111); }

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