Html Css Color HEX #EE6A6B Froly

📋 copy color: '#EE6A6B'

red 238 ◦ green 106 ◦ blue 107

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

Shades of Froly #EE6A6B

Tints of Froly #EE6A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.73%

R = 52.77%
G = 23.5%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE6A6B (or 0xEE6A6B) is known color: Froly. HEX triplet: EE, 6A and 6B. RGB value is (238,106,107). Sum of RGB (Red+Green+Blue) = 238+106+107=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A6B is #119594. Grayscale: #919191. Windows color (decimal): -1152405 or 7039726. OLE color: 7039726.

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

Color convert

RGB 238 106 107 -
CMYK 0 0.55 0.55 0.07
HSL 359.55º 0.8% 0.67% -
HSV(B) 359.55º 0.55% 0.93% -
XYZ 43.07 29.55 17.34 -
YUV 145.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 238 106 107 0 0.55 0.55 0.07 359.55 0.8 0.67
Hex EE 6A 6B 0 37 37 7 168 50 43
Octal 356 152 153 0 67 67 7 550 120 103
Binary 11101110 1101010 1101011 0 110111 110111 111 101101000 1010000 1000011

Color Harmonies of #EE6A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6A6B

Black with #EE6A6B

Text Example


Text Example

White with #EE6A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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