Html Css Color HEX #EF606E Froly

📋 copy color: '#EF606E'

red 239 ◦ green 96 ◦ blue 110

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

Shades of Froly #EF606E

Tints of Froly #EF606E

RGB

 RED value IS 239 (93.75% from 255) = 53.71%

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

 BLUE value IS 110 (43.36% from 255) = 24.72%

R = 53.71%
G = 21.57%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF606E (or 0xEF606E) is known color: Froly. HEX triplet: EF, 60 and 6E. RGB value is (239,96,110). Sum of RGB (Red+Green+Blue) = 239+96+110=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF606E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF606E is #109F91. Grayscale: #8C8C8C. Windows color (decimal): -1089426 or 7233775. OLE color: 7233775.

HSL color Cylindrical-coordinate representation of color #EF606E: hue angle of 354.13º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF606E is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 110 -
CMYK 0 0.60 0.54 0.06
HSL 354.13º 0.82% 0.66% -
HSV(B) 354.13º 0.6% 0.94% -
XYZ 42.59 27.84 17.88 -
YUV 140.35 110.88 198.36 -
System Red Green Blue C M Y K H S L
Decimal 239 96 110 0 0.60 0.54 0.06 354.13 0.82 0.66
Hex EF 60 6E 0 3C 36 6 162 52 42
Octal 357 140 156 0 74 66 6 542 122 102
Binary 11101111 1100000 1101110 0 111100 110110 110 101100010 1010010 1000010

Color Harmonies of #EF606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF606E

Black with #EF606E

Text Example


Text Example

White with #EF606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF606E; }

 p { color: rgb(239,96,110); }

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

background-color css

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

 a { background-color: rgb(239,96,110); }

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

border-color css

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

 span { border-color: rgb(239,96,110); }

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