Html Css Color HEX #EE606B Froly

📋 copy color: '#EE606B'

red 238 ◦ green 96 ◦ blue 107

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

Shades of Froly #EE606B

Tints of Froly #EE606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.77%

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

R = 53.97%
G = 21.77%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE606B (or 0xEE606B) is known color: Froly. HEX triplet: EE, 60 and 6B. RGB value is (238,96,107). Sum of RGB (Red+Green+Blue) = 238+96+107=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE606B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE606B is #119F94. Grayscale: #8B8B8B. Windows color (decimal): -1154965 or 7037166. OLE color: 7037166.

HSL color Cylindrical-coordinate representation of color #EE606B: hue angle of 355.35º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE606B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 96 107 -
CMYK 0 0.60 0.55 0.07
HSL 355.35º 0.81% 0.65% -
HSV(B) 355.35º 0.6% 0.93% -
XYZ 42.1 27.6 17.02 -
YUV 139.71 109.54 198.11 -
System Red Green Blue C M Y K H S L
Decimal 238 96 107 0 0.60 0.55 0.07 355.35 0.81 0.65
Hex EE 60 6B 0 3C 37 7 163 51 41
Octal 356 140 153 0 74 67 7 543 121 101
Binary 11101110 1100000 1101011 0 111100 110111 111 101100011 1010001 1000001

Color Harmonies of #EE606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE606B

Black with #EE606B

Text Example


Text Example

White with #EE606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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