Html Css Color HEX #EE606A Froly

📋 copy color: '#EE606A'

red 238 ◦ green 96 ◦ blue 106

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

Shades of Froly #EE606A

Tints of Froly #EE606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.09%

R = 54.09%
G = 21.82%
B = 24.09%

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

#EE606A (or 0xEE606A) is known color: Froly. HEX triplet: EE, 60 and 6A. RGB value is (238,96,106). Sum of RGB (Red+Green+Blue) = 238+96+106=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE606A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE606A is #119F95. Grayscale: #8B8B8B. Windows color (decimal): -1154966 or 6971630. OLE color: 6971630.

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

Color convert

RGB 238 96 106 -
CMYK 0 0.60 0.55 0.07
HSL 355.77º 0.81% 0.65% -
HSV(B) 355.77º 0.6% 0.93% -
XYZ 42.04 27.58 16.74 -
YUV 139.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 238 96 106 0 0.60 0.55 0.07 355.77 0.81 0.65
Hex EE 60 6A 0 3C 37 7 164 51 41
Octal 356 140 152 0 74 67 7 544 121 101
Binary 11101110 1100000 1101010 0 111100 110111 111 101100100 1010001 1000001

Color Harmonies of #EE606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE606A

Black with #EE606A

Text Example


Text Example

White with #EE606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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